Fixed hashing of passwords, Closes #3

This commit is contained in:
Torkel Ödegaard
2015-01-08 09:00:00 +01:00
parent 6d814af0cc
commit 3226a3a58e
13 changed files with 138 additions and 60 deletions
+1
View File
@@ -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(),
}