cancel
Showing results for 
Search instead for 
Did you mean: 

Password Restrictions

kbecker
Champ in-the-making
Champ in-the-making
Hi,

where can i set restrictions on newly set passwords, for example:
- minimum length
- maximum length
- at least one special char required
- at least one number required
and so on?

I have found corresponding Strings in messages*properties, but could not find configuration settings.

Thanks,
Kai
1 REPLY 1

chrisdav
Champ in-the-making
Champ in-the-making
I have been looking for a similar thing. I found the following in \webapps\alfresco\WEB-INF\classes\alfresco\web-client-config.xml

<!– minimum length for username and password –>
         <username-min-length>2</username-min-length>
         <password-min-length>3</password-min-length>

But would be interested in knowing if there are more options.

Thanks,

Chris