Remove old comment
This commit is contained in:
parent
5843b8d62b
commit
f134a83604
@ -43,11 +43,6 @@ class UserService(override val kodein: Kodein) : KodeinAware {
|
||||
db.sequenceOf(Users).any { it.id eq userId }
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* create a new user
|
||||
* password should already be hashed
|
||||
*/
|
||||
suspend fun create(username: String, password: String): User? {
|
||||
val newUser = User {
|
||||
this.username = username
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user