You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want administrators to be able to create new users without them having previously logged in, but we also want to verify that the given uid is a valid NetID, and does not have a typo in it.
We want administrators to be able to create new users without them having previously logged in, but we also want to verify that the given uid is a valid NetID, and does not have a typo in it.
Implementation notes
It might make sense to connect to the ldap server to verify the UID. See https://github.com/pulibrary/approvals/blob/16fec05410196bc3be689784c4a9e919a110102a/app/services/ldap.rb for a possible example implementation.
The text was updated successfully, but these errors were encountered: