Fixed hashing of passwords, Closes #3
This commit is contained in:
@@ -26,6 +26,7 @@ func CreateAccount(cmd *m.CreateAccountCommand) error {
|
||||
Email: cmd.Email,
|
||||
Login: cmd.Login,
|
||||
Password: cmd.Password,
|
||||
Salt: cmd.Salt,
|
||||
Created: time.Now(),
|
||||
Updated: time.Now(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user