Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

How to set minimu password characters?

Quote Reply
How to set minimu password characters?
How to set the minimum password characters? For example if i want the password to be minimum of 6 characters what do i do?

Anup
Quote Reply
Re: [anup123] How to set minimu password characters? In reply to
Currently any signup can put a . in the password field and the Signup can be completed. So can the password minimum length be set or is it impossible to achieve the same?

Anup
Quote Reply
Re: [anup123] How to set minimu password characters? In reply to
Go to the following URL:

http://www.your-domain.com/cgi-bin/gmail/admin.cgi?db=users&do=editor_columns&modify=password

...then scroll down to the "Form Regex" field and enter:

^.{6,}$
Quote Reply
Re: [Paul] How to set minimu password characters? In reply to
Thnx. But it did not work.

I could still signup putting just ... in the password field.

Anup
Quote Reply
Re: [Paul] How to set minimu password characters? In reply to
Hi Paul,

After doing the said changes and updating the def (thru admin resync)file i did find that the search option stopped functioning (for mass mail to seleted users).

Anup

Last edited by:

anup123: Apr 26, 2003, 4:38 PM