fix #2512 - provide guidance about password complexity policy during install, and ensure modified passwords meet complexity policy
This commit is contained in:
@ -120,6 +120,9 @@
|
||||
<data name="Message.Password.Invalid" xml:space="preserve">
|
||||
<value>Passwords Entered Do Not Match</value>
|
||||
</data>
|
||||
<data name="Message.Password.Complexity" xml:space="preserve">
|
||||
<value>Password Provided Does Not Meet The Complexity Policy</value>
|
||||
</data>
|
||||
<data name="From" xml:space="preserve">
|
||||
<value>From</value>
|
||||
</data>
|
||||
|
@ -120,6 +120,9 @@
|
||||
<data name="Message.Password.NoMatch" xml:space="preserve">
|
||||
<value>Passwords Entered Do Not Match</value>
|
||||
</data>
|
||||
<data name="Message.Password.Complexity" xml:space="preserve">
|
||||
<value>Password Provided Does Not Meet The Complexity Policy</value>
|
||||
</data>
|
||||
<data name="Identity.Name" xml:space="preserve">
|
||||
<value>Identity</value>
|
||||
</data>
|
||||
|
Reference in New Issue
Block a user