- route to changePassword page if the password is passwordExpirationDays old - passwordExpirationDays property under passwordOptions object sets the time interval when password should be changed (90 days by default)
14 lines
321 B
Stylus
14 lines
321 B
Stylus
#entrySignIn.entryPage,
|
|
#entrySignUp.entryPage,
|
|
#changePassword
|
|
.wrapper-auth
|
|
.title-auth
|
|
color: white
|
|
.entryLogo
|
|
margin-top: 50px
|
|
height: 50px
|
|
width: 50px
|
|
|
|
// TODO: Fix theming in active-entry so we don't have to do this
|
|
.entryPage .wrapper-auth .subtitle-auth
|
|
color: white !important |