-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 1.2, 3.0.2
-
Component/s: Customer Portal
It can be easy fixed by removing the checked in the following file.
.../servicedesk/customer/feature/login/loginform/cv-login-form.soy
<div class="buttons-container">
<div class="buttons">
<input class="aui-button {if $login.googleApps.enabled == false}aui-button-primary{/if} aui-style" type="submit" value="{getText('cv.login.submit.label')}" id="js-login-submit">
<span class="cv-status js-status"></span>
</div>
<input type="checkbox" class="checkbox remember-login" id="form-remember-login" name="os_cookie" checked="">
<label for="form-remember-login">{getText('cv.login.remember.me')}</label>
</div>
- depended on by
-
JSDSERVER-1735 Remove Login screen options for Service Desk 2.x
- Closed