Is anyone having these issues?
Try creating a new user and see if you can have the user name being just one letter in length? I am able to do that and thought it was limited to min of 4 in length.
Also try doing a Forgot your password? Click here and only putting in the user name. It works if I put in a email address but will not work if I put in just a user name. I get, as sys admin, an error stating no send to address. (sendmail: fatal: _www(70): No recipient addresses found in message header)
Is anyone else seeing these issues at all?
There is code for the username length as seen below:
Code: Select all
$('username').observe('keyup', function(){
if($F('username').length >= 4){
checkUser();
}
I really need a fix for these. I cannot regenerate the application as it is live and too many small tweeks were made but I can change the code where needed to get these functions working. I cannot see why it is not working after checking the code. I know I am missing something critical but for the life of me cannot see where the mistake in the code is.
Alan