Is there a way to drive registration from an external source? I can get dumps of our residents and I'd like to use an extension or stored procedure to add, update, or deactivate users based on the dumps. Ideally the new users get an email letting them know.
---------------
Otherwise, for the regular registration procedure, it really has to be by admin because we want to verify that the username is their real name, and an optional profile field (Location) is their address. We also want their email address to match the one that we have for them. But once we check that, we also want an email to go out to validate that they are in fact that user. I mean, someone could register using someone else's name and info, and if we don't force an email check we wouldn't know. At least forcing an email check would alert the actual owner of that address.
It looks like "Force Reactivation" would do this. From what I can find, I can register the user, and then force reactivation, which would deactivate that account until the user responds to the email.
Any help or pointers to existing documentation is greatly appreciated.
---------------
Otherwise, for the regular registration procedure, it really has to be by admin because we want to verify that the username is their real name, and an optional profile field (Location) is their address. We also want their email address to match the one that we have for them. But once we check that, we also want an email to go out to validate that they are in fact that user. I mean, someone could register using someone else's name and info, and if we don't force an email check we wouldn't know. At least forcing an email check would alert the actual owner of that address.
It looks like "Force Reactivation" would do this. From what I can find, I can register the user, and then force reactivation, which would deactivate that account until the user responds to the email.
Any help or pointers to existing documentation is greatly appreciated.
Statistics: Posted by dgkulick — Sun Feb 04, 2024 4:06 pm