Changes to syslogins

Column password is readable only by a user with sso_role, and this behavior is unchanged in Adaptive Server 15.0.2.

master..syslogins (
 ..., 
 password varbinary(128) null, /* encrypted password */
 lastlogindate datetime null, 
 crdate datetime null,
 locksuid int null,
 lockreason int null, 
 lockdate datetime null,
 ...)

New columns lastlogindate, crdate, locksuid, lockreason, lockdate do not have read access restrictions. See “New columns in syslogins” for more information.