Changes

Login Screen Content

1 byte removed, 19:31, 7 October 2013
no edit summary
<pre>
function passwdwin(branch) {
window.open('/s_requestpassword.jsp?branchid='+branch,'pwdwin','left=200,top=200,toolbar=0,width=300,height=214,directories=no,status=no,scrollbars=no,resizable=no,menubar=no,alwaysRaised=yes');
}
A login page can be configured with multiple Forgot password links, each including a different companyid as the parameter, or the user can create multiple login pages with a single link/companyid included on each.
When the user clicks on the link, enters their password and submits it then the underlying code searches for the entered email address in the company and all its child sub-organizations. It will then e-mail a new password for that branch specific user account.
The e-mail sent can then be configured with [[sslogic]] to tailor the content of the email to the specific branch.
0
edits