mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-28 13:41:57 -08:00
Handle SuperUser login.
This commit is contained in:
parent
47bb4d0025
commit
9036cd64af
3 changed files with 69 additions and 4 deletions
|
|
@ -306,7 +306,7 @@ func populateUsers(server *Server, db *sqlite.Conn) (err os.Error) {
|
|||
}
|
||||
|
||||
if UserId == 0 {
|
||||
server.superUserPassword = "sha1" + SHA1Password
|
||||
server.superUserPassword = "sha1$$" + SHA1Password
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue