-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User registration issue #72
Comments
I get this when I try to register. Greetings ! Error /usr/local/share/lua/5.1/lapis/db/postgres.lua:81: INSERT INTO "users" ("password", "joined", "username", "email", "isadmin") VALUES ('$2b$11$VEf.YvR77eZ62/3jNtIAA.nLwb.hKw.htJI6Wq7vDUS6phHqqoRWi', '2020-01-24 15:34:12', 'dks', '[email protected]', FALSE) RETURNING "username" Traceback stack traceback: |
Hmm, I see. Your username is too short, it should be at least 4 chars long. It seems I forgot to return an error message to users when they try to register an invalid username... sorry about that and thanks for reporting, I'll see if I can find some time to fix this! |
Still happening...different error:
|
Ouch! That's a different story! We're out of disk space! Let me work on that... |
Please try again now. I've manually removed some stuff to free up a bit of space, and hopefully @gitduks will upgrade our server instance with more storage soon :) |
Actually, it seems the log files were using up ALL of that space. I've just trimmed them to the last 100,000 entries and that liberated enough space for many more years to come 😆 |
Well done. I didn't have high hopes for an answer to such an old thread, but yay. Thanks! Happilly on board. |
reported by @aytac here:
Hi there,
There is a problem with the registration process on the site.
http://beetleblocks.com/api/users with this url we can see all registered user at the moment.
When you basically click http://beetleblocks.com/signup blank registration form you can see the users via site api.
Also when you submit the fully filled form it gives us an another error as well.
http://beetleblocks.com/api/users/new
The text was updated successfully, but these errors were encountered: