I logged in as admin/admin, I created a staff member, then I tried to create a user, however upon completion I clicked entered and I am promtpted an error message that the password should be 4 characters long minimum, no matter how long the password is I receive the same message.
As a result I have been unable to create new users.
Is this a bug or I am doing something wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To resolve this, just do it the following:
1.- Edit openclinic/classes/User.php file
2.- Search "function setPwd($pwd)"
3.- Change $pwd argument to $value
4.- Search "function setPwd2($pwd)"
5.- Change $pwd argument to $value
6.- Save the changes and fixed
jact
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed Openclinic without a problem.
I logged in as admin/admin, I created a staff member, then I tried to create a user, however upon completion I clicked entered and I am promtpted an error message that the password should be 4 characters long minimum, no matter how long the password is I receive the same message.
As a result I have been unable to create new users.
Is this a bug or I am doing something wrong?
Forgot to mention that I was using openclinic 0.4
To resolve this, just do it the following:
1.- Edit openclinic/classes/User.php file
2.- Search "function setPwd($pwd)"
3.- Change $pwd argument to $value
4.- Search "function setPwd2($pwd)"
5.- Change $pwd argument to $value
6.- Save the changes and fixed
jact