ispCP - Board - Support - VHCS fork

Full Version: E-mail account password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there.

Does some one knows why in Omega I cant create an E-mail password with special character??! I tried with !@#$%^&*():;" and I get some error message "Password data includes not permitted signs!"

A lot of people use this kind of combinations on their passwords.

Cheer!
search the code and open a ticket, if it not works; but please search which signs are allowed and which not.
You've to edit row: 399 in /client/add_mail_acc.php
If you comment it out, it should work with special chars
permitted chars are: a-zA-Z0-9@*#!;.+%= (and paragraph)

sould fit; () and " is no good idea!
HHGAG Wrote:You've to edit row: 399 in /client/add_mail_acc.php
If you comment it out, it should work with special chars


Cool...Thx a lot.
"admin at work"@homwork.com is a valid mail adress ... so " should be supported.

my mailcheck function does that - hm have to look why it can't be added.
password, not address ;D
oops Big Grin
I have the same problem with the RC4

Quote:Password data includes not permitted signs!

thanks in advance for your help
Reference URL's