<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 01:06:23 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[DOCU-148] Account lockout after failed attempts</title>
                <link>https://jira.magnolia-cms.com/browse/DOCU-148</link>
                <project id="10190" key="DOCU">Documentation</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MAGNOLIA-3557&quot; title=&quot;Implement automatic account lockout after a number of failed log-ins&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MAGNOLIA-3557&quot;&gt;&lt;del&gt;MAGNOLIA-3557&lt;/del&gt;&lt;/a&gt; is a new security feature that locks an account out after a number of failed login attempts. This feature is available starting with Magnolia 4.4.3 and needs to be documented.&lt;/p&gt;

&lt;p&gt;The feature is configurable in &lt;tt&gt;/server/security/userManagers&lt;/tt&gt; and works for SystemUserManager and MgnlUserManager classes. Maximum number of attempts that triggers a lockout is 5 by default. Value 0 disables the function. Lockout is implemented by setting the &lt;tt&gt;user.enabled&lt;/tt&gt; property to &lt;tt&gt;false&lt;/tt&gt;. A lock can be removed by an administrator by enabling the user again in the user edit dialog (checkbox) &lt;/p&gt;

&lt;p&gt;Document in:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://documentation.magnolia-cms.com/administration/security/users.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://documentation.magnolia-cms.com/administration/security/users.html&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://documentation.magnolia-cms.com/usermanual4/gettingstarted.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://documentation.magnolia-cms.com/usermanual4/gettingstarted.html&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://documentation.magnolia-cms.com/technical-guide/security.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://documentation.magnolia-cms.com/technical-guide/security.html&lt;/a&gt;. Edit &lt;a href=&quot;https://docs.google.com/Doc?docid=0AbdnFchPQx8cZGdkeHQzM3FfMzMzdDVwOGNnZjM&amp;amp;hl=en&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;source in Google Docs&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="20461">DOCU-148</key>
            <summary>Account lockout after failed attempts</summary>
                <type id="3" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10898&amp;avatarType=issuetype">Task</type>
                                            <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="ahietala">Antti Hietala</assignee>
                                    <reporter username="ahietala">Antti Hietala</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 Apr 2011 08:53:25 +0200</created>
                <updated>Fri, 27 May 2011 16:20:12 +0200</updated>
                            <resolved>Fri, 27 May 2011 16:20:09 +0200</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="34939" author="ahietala" created="Wed, 20 Apr 2011 09:08:19 +0200"  >&lt;p&gt;Classes SystemUserManager and MgnlUserManager mean that this feature is implemented for System Users and Users, not for Public Users.&lt;/p&gt;</comment>
                            <comment id="34950" author="ahietala" created="Wed, 20 Apr 2011 11:04:08 +0200"  >&lt;p&gt;Linking to implementing ticket.&lt;/p&gt;</comment>
                            <comment id="35124" author="ruths" created="Thu, 28 Apr 2011 17:59:04 +0200"  >&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Administration - Security - Users - Added detailed paragraph at the bottom of the page - &lt;a href=&quot;http://docuauthor.magnolia-cms.com/administration/security/users.html#Automaticlockout&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docuauthor.magnolia-cms.com/administration/security/users.html#Automaticlockout&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Technical Guide - added the following paragraph at the end of Users - paragraph 19.1 on Google Docs:&lt;br/&gt;
&quot;Automatic lockout is a security precaution that prevents users from accessing AdminCentral after a number of failed login attempts.  By default, the lockout is triggered by a minimum of five failed attempts and the user account is automatically disabled. The number of failed attempts is configurable and different values can be set for admin and systems users.&quot;&lt;/li&gt;
	&lt;li&gt;User Manual 4 - Added the following sentence to &quot;Logging in&quot; paragraph at - &lt;a href=&quot;http://docuauthor.magnolia-cms.com/usermanual4/gettingstarted.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docuauthor.magnolia-cms.com/usermanual4/gettingstarted.html&lt;/a&gt;&lt;br/&gt;
&quot;Note that if you attempt to log in unsuccessfully more than five times, your account will be disabled automatically and you will need to ask your administrator to re-enable it.&quot; &lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35322" author="kraft" created="Thu, 5 May 2011 19:08:30 +0200"  >&lt;p&gt;The doc should state that this feature was added with version 4.4&lt;/p&gt;</comment>
                            <comment id="35324" author="ruths" created="Fri, 6 May 2011 08:07:22 +0200"  >&lt;p&gt;Added reference to the feature&apos;s introduction in 4.4. in the three docs.&lt;/p&gt;</comment>
                            <comment id="35503" author="ahietala" created="Fri, 13 May 2011 13:25:10 +0200"  >&lt;p&gt;In Administration &amp;gt; Security &amp;gt; Users, please make the following changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&quot;When a non-existent username and/or incorrect password is entered, the user receives the following warning.&quot; Technically correct, entering a non-existent username displays the warning, but it would not lock the account since the account does not exit.&lt;/li&gt;
	&lt;li&gt;&quot;by re-selecting the Enabled option&quot; -&amp;gt; &quot;by checking the Enabled checkbox&quot;&lt;/li&gt;
	&lt;li&gt;&quot;this option is automatically disabled&quot; -&amp;gt; &quot;this checkbox is cleared&quot;&lt;/li&gt;
	&lt;li&gt;The arrow in the screenshot looks very jagged.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35522" author="ruths" created="Mon, 16 May 2011 10:45:57 +0200"  >&lt;p&gt;Amendments to Administration &amp;gt; Security &amp;gt; Users at &lt;a href=&quot;http://docuauthor.magnolia-cms.com/administration/security/users.html#Automaticlockout&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docuauthor.magnolia-cms.com/administration/security/users.html#Automaticlockout&lt;/a&gt;. I created a new image but it looks about the same as the original. The arrow is an exact replica of the Skitch shapes.png one - I did not manipulate it at all. &lt;/p&gt;</comment>
                            <comment id="35523" author="ahietala" created="Mon, 16 May 2011 11:03:28 +0200"  >&lt;p&gt;Your image editing tool must support transparency. The shapes have transparent pixels so they blend smoothly with the background screenshot. See attached an example where I copied the same arrow from Skitch shapes.png and pasted it on a screenshot.&lt;/p&gt;</comment>
                            <comment id="35705" author="ruths" created="Mon, 23 May 2011 12:36:21 +0200"  >&lt;p&gt;Uploaded new image on Users page - &lt;a href=&quot;http://docuauthor.magnolia-cms.com/administration/security/users.html#Automaticlockout&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docuauthor.magnolia-cms.com/administration/security/users.html#Automaticlockout&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10040">
                    <name>causality</name>
                                            <outwardlinks description="caused by">
                                        <issuelink>
            <issuekey id="20095">MAGNOLIA-3557</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="20497">MAGNOLIA-3671</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="14611" name="enabled-checkbox-smoot-illustration.png" size="31994" author="ahietala" created="Mon, 16 May 2011 11:12:53 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 28 Apr 2011 17:59:04 +0200</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>mmuehlebach</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 39 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ahietala</customfieldvalue>
            <customfieldvalue>kraft</customfieldvalue>
            <customfieldvalue>ruths</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i040lr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23540</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_14167" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Task DoR</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>