oSoc13/Code9000

User account creation

nicoverbruggen opened this issue · 2 comments

You should be able to create a new user account.

Passwords need to be hashed and salted. (We need to implement security)

Make sure you use a portable method to hash and salt ;)

Already fixed this issue.