mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
Password generator policy enforcement (#741)
* Password generator policy enforcement * Formatting * Changed to simple cast (double unboxing for int64/long) * Added ui indication of active policy on password generator page and fixed issue with switch enable logic
This commit is contained in:
6
src/App/Resources/AppResources.Designer.cs
generated
6
src/App/Resources/AppResources.Designer.cs
generated
@@ -2835,5 +2835,11 @@ namespace Bit.App.Resources {
|
||||
return ResourceManager.GetString("Clone", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string PasswordGeneratorPolicyInEffect {
|
||||
get {
|
||||
return ResourceManager.GetString("PasswordGeneratorPolicyInEffect", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1612,4 +1612,7 @@
|
||||
<value>Clone</value>
|
||||
<comment>Clone an entity (verb).</comment>
|
||||
</data>
|
||||
<data name="PasswordGeneratorPolicyInEffect" xml:space="preserve">
|
||||
<value>One or more organization policies are affecting your generator settings</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user