Extend password support for admin/reseller users #741
Closed
stefanpejcic
started this conversation in
Ideas
Replies: 2 comments 6 replies
|
@stefanpejcic How could I be able to assist on the .py file since it's closed source? |
2 replies
|
@stefanpejcic I was taking a look at the code, since we're using a password hash, shouldn't it be already special chars safe? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
based on #737
admin password is limited to 5-30 a-z 0-9 characters, simply because I was too lazy to do proper validations and escaping when adding them to sqlite db
to fully support any character in admin passwords, we need to edit:
All reactions