mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:56:57 +00:00
Added TODO in AuthUser.scala
This commit is contained in:
parent
d932092f17
commit
a611e38051
@ -82,7 +82,9 @@ class AuthUser extends MegaProtoUser[AuthUser] with Logger {
|
||||
private var passwordValue = ""
|
||||
private var invalidPw = false
|
||||
private var invalidMsg = ""
|
||||
|
||||
|
||||
// TODO Remove double negative and abreviation.
|
||||
// TODO “invalidPw” = false -> “strongPassword = true” etc.
|
||||
override def setFromAny(f: Any): String = {
|
||||
f match {
|
||||
case a: Array[String] if (a.length == 2 && a(0) == a(1)) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user