Using username instead of email. Code cleanup

This commit is contained in:
Petar Bozin 2016-09-06 11:05:25 +02:00
parent 5079372000
commit 59710a51b6

View File

@ -452,7 +452,6 @@ import net.liftweb.util.Helpers._
}
protected def findUserByUsername(name: String): Box[TheUserType] = {
println("[findUserByUsername]------------------------------------------> " + name)
find(By(this.username, name))
}