Page 1 of 1

Password format?

Posted: 20 Oct 2010, 15:49
by yooakim
I wanted to chaneg the password to one I feel is secure. My password consists of ten characters, uppercase and lowercase mixed. I also have numbers in the password as well as special characters.

one password i tried is using an exclamation mark, this is not valid according to the Bubba web admin pages. I can use the same password when set from the terminal using passwd.

Why does the BUBBA Web Interface restrict the password more than the underlying system?

Any comments on why an exclamation (!) mark is not valid in a password using the Bubba web amdin pages?!?

Re: Password format?

Posted: 14 Dec 2010, 03:31
by mprs
I second this? Please fix so we can have secure passwords.

Regards
Martin Spliid

Re: Password format?

Posted: 14 Dec 2010, 04:14
by Binkem
+1

Re: Password format?

Posted: 14 Dec 2010, 04:16
by kjellberg
+1

Re: Password format?

Posted: 14 Dec 2010, 04:39
by Ubi
my only guess would be that exclamation marks sometimes are interpreted by the system as a procedure instead of a character and thus mess up your script, especially if this involves a system call from a perl script. Try and change your mysql password to something that includes a !. If you manage, then try to log non-interactively in to mysql from the shell with this new password .