Adding support for minimum non-letter characters.
Change-Id: I1eb96e3b88a368f1d92acdf71974fcd8fda1caab
This commit is contained in:
@@ -650,6 +650,12 @@
|
||||
<item quantity="other">Password must contain at least %d special symbols</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters -->
|
||||
<plurals name="lockpassword_password_requires_nonletter">
|
||||
<item quantity="one">Password must contain at least 1 non-letter character</item>
|
||||
<item quantity="other">Password must contain at least %d non-letter characters</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! -->
|
||||
<string name="lockpassword_password_recently_used">Device administrator disallows using a recent password</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user