Based on the previous PR, I add a simple register function to let users can register accounts by themselves.
In addition, to improve this function, there are some constraints for password security can be added.
Also, the way backend encoding password is changed from MD5 to Argon2.
Description
Based on the previous PR, I add a simple register function to let users can register accounts by themselves. In addition, to improve this function, there are some constraints for password security can be added. Also, the way backend encoding password is changed from
MD5
toArgon2
.