Worked on login remember cookie, and redirect after login
This commit is contained in:
@@ -43,6 +43,7 @@ func CreateUser(cmd *m.CreateUserCommand) error {
|
||||
Login: cmd.Login,
|
||||
Company: cmd.Company,
|
||||
Salt: cmd.Salt,
|
||||
Rands: cmd.Rands,
|
||||
IsAdmin: cmd.IsAdmin,
|
||||
AccountId: account.Id,
|
||||
Created: time.Now(),
|
||||
|
||||
Reference in New Issue
Block a user