81
81
Arguments are the same as those in the "login" table of the schema.
82
82
The exception is "password", which is a cleartext password. makeuser
85
86
passhash = _passhash(password)
86
87
query = ("INSERT INTO login (login, passhash, nick, fullname, "