SYMPTOMS
Is there guidance on how to set server security to enable the use of the automatic/advanced login?
CAUSE
Not applicable.
RESOLUTION
- Open windows explorer and browse to the Inetpub/wwwroot open the folder with the webclient name > open the images folder
- Modify the following file: C:\inetpub\wwwroot\Document Registration\styles\default default_user.css with notepad to enable the correct buttons.
- It depends on the way the the IIS is configured (e.g. scenario advanced security ) requires the advanced login button .
- Add the /* and */ to make the button visible as illustrated below:
- This is how it should look ---> #zy_login_advanced { /* display: none; */ }
- Example below displays the register button (by default):
/* LOGIN PAGE */
/* By default, only the Register button is enabled.
If the Automatic Login or the Advanced Security login button is enabled,
the login template will attempt to login automatically. You must have
configured the webserver (e.g., IIS) security settings appropriately,
otherwise you may cause an infinite loop. */
#zy_login_register { /* display: none; */ }
#zy_login_automatic { display: none; }
#zy_login_advanced { display: none; }
- Save the document and launch the webtemplate and the changes should occur as requested. If you keep logging in automatically, perhaps clearing the cookies might be a good solution.
APPLIES TO
6.0 Service Pack 1; 6.0 Service Pack 2; 6.0; 6.1; 6.1 Service Pack 1; 6.1 Service Pack 2; 6.2; 6.2 Service Pack 1; 6.2 Service Pack 2; 6.3
Comments
0 comments
Article is closed for comments.