Equinox Online Help - Language Reference - A to Z

Home

UserPasswordExpiry

Applies to
SyntaxUserPasswordExpiry ()
Action[Function] Returns the date the user's password expires.
ScopeUsable anywhere.
Notes

This function returns the date on which the current user's password expires.

CategoryUser, groups and ESS
See Also ChangePassword, FirstUserGroup, FirstUserName, UserCreate, NextUserGroup, NextUserName, SetUserGroup, UserAccountExpiry, UserDelete, UserDetails, UserGroup, UserName, UserPermission
Example

This example displays a dialog if the current user's password expires tomorrow.

if UserPasswordExpiry() - 1 = Today then Alert "Change your password soon!"