mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 00:50:03 +00:00
defaulting new accounts to searchable
This commit is contained in:
parent
bb043e7520
commit
3b35640e68
@ -83,6 +83,7 @@ func AddAccount(w http.ResponseWriter, r *http.Request) {
|
||||
// create new account
|
||||
account := store.Account{
|
||||
Username: username,
|
||||
Searchable: true,
|
||||
Handle: strings.ToLower(username),
|
||||
Password: password,
|
||||
GUID: fingerprint,
|
||||
|
Loading…
Reference in New Issue
Block a user