Skip to content
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

Admin username with 3 characters not possible #7

Closed
rix1337 opened this issue Jan 3, 2017 · 2 comments
Closed

Admin username with 3 characters not possible #7

rix1337 opened this issue Jan 3, 2017 · 2 comments

Comments

@rix1337
Copy link
Sponsor Contributor

rix1337 commented Jan 3, 2017

I tried to use rix (for obvious reasons) which would not allow me to set up an admin account.

@causefx
Copy link
Owner

causefx commented Jan 3, 2017

I will fix on the next commit. If you would like to destory the database and start over, you can edit this line: https://github.com/causefx/Organizr/blob/master/js/user.js#L44

if(username.length<2) { return this.markInvalid(input, "Sorry, user names must be more than 2 letters."); }

@rix1337
Copy link
Sponsor Contributor Author

rix1337 commented Jan 3, 2017

Thx, that worked superbly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants