How do I modify the Create User dialog, so that the user is forced to select a password with atleast one lowercase, one uppercase letter and one numeric letter. As of now, there is no such restrictions.
I'm interested in this as well; our internal risk assessment team is holding up our deployment do to similar issues on this and the change password dialog. Does anyone know where these dialog boxes are stored and how we could apply validation? We'd want to enforce password validation like above and set teh email address field to required.
Does anyone have nay thoughts or did you find a solution ksk259?
We don't have a solution yet. We are looking for a way to modify the existing dialogs - Create User - New Page etc and are not sure where this
change will go in.
One of the documents in dev.day.com pointed at modifying the repository.xml file using the below class - PasswordValidation
but it has not worked for us. Please do keep us posted if you find something.
ksk259,
I've found the answer to part of our issue - making the email field required. To do so, you have to:
As for the password security, we've made some progress on the password validation as well. You can add the in-dialog error string by adding a new vtype/return message.
What we are still unclear about is where exactly do we put this JavaScript function and how do we call it from the New User Dialog box. In the widgets.js file, the check passwords function is local to the CreateUser function - is this best place for a validation function? I don't understand exactly how the email validation function is working - I see the error message , but where is the code that actually performs the validation?
Can someone from Adobe chime in here?
North America
Europe, Middle East and Africa
Asia Pacific