1
0
Fork 0
forked from External/grumble

Recognize registered users by their certificate hash.

This commit is contained in:
Mikkel Krautz 2011-04-09 21:34:02 +02:00
parent 9036cd64af
commit 58fca6bcf7
9 changed files with 215 additions and 164 deletions

View file

@ -33,7 +33,7 @@ func NewUser(id uint32, name string) (user *User, err os.Error) {
}
return &User{
Id: id,
Id: id,
Name: name,
}, nil
},nil
}