<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Forced User Password Complexity]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/4056/password-expiry-and-complexity">Password Expiry and Complexity</a></p>
<p dir="auto">We're working to deploy Mango in environments where customers require an enforced minimum password complexity. The reference topic above mentions the back-end supports it but it's not yet configurable. I checked our Mango settings and indeed see a setting to expire passwords, but there's nothing for enforced complexity.</p>
<p dir="auto">Is enforced complexity still in the pipeline? Is there a way to manually set enforcement through the back-end if the GUI won't support configuration for a while?</p>
]]></description><link>https://forum.mango-os.com/topic/4676/forced-user-password-complexity</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 19:24:55 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4676.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Jan 2020 15:38:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Forced User Password Complexity on Mon, 27 Jan 2020 20:09:21 GMT]]></title><description><![CDATA[<p dir="auto">Fantastic, thank you very much! I'll pass this along to the developers and let you know if we run into any issues. I appreciate the quick help.</p>
]]></description><link>https://forum.mango-os.com/post/24556</link><guid isPermaLink="true">https://forum.mango-os.com/post/24556</guid><dc:creator><![CDATA[coreyf]]></dc:creator><pubDate>Mon, 27 Jan 2020 20:09:21 GMT</pubDate></item><item><title><![CDATA[Reply to Forced User Password Complexity on Mon, 27 Jan 2020 17:19:55 GMT]]></title><description><![CDATA[<p dir="auto">There is no UI implemented yet but these are the system settings you can adjust via the system settings REST api here are the keys for the settings:</p>
<pre><code>//Password rules settings, count of 0 means no rule applied
public static final String PASSWORD_UPPER_CASE_COUNT = "password.rule.upperCaseCount";
public static final String PASSWORD_LOWER_CASE_COUNT = "password.rule.lowerCaseCount";
public static final String PASSWORD_DIGIT_COUNT = "password.rule.digitCount";
public static final String PASSWORD_SPECIAL_COUNT = "password.rule.specialCount";
public static final String PASSWORD_LENGTH_MIN = "password.rule.lengthMin";
public static final String PASSWORD_LENGTH_MAX = "password.rule.lengthMax";
</code></pre>
]]></description><link>https://forum.mango-os.com/post/24555</link><guid isPermaLink="true">https://forum.mango-os.com/post/24555</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Mon, 27 Jan 2020 17:19:55 GMT</pubDate></item></channel></rss>