JasonTurner
MIS
Is there any way of enabling a non-admin user to create logins without being a member of Admins?<br>
<br>
I can think of 2 options which may or may not work<br>
<br>
1 Temporarily elevate user to Admin groups in code behind protected form<br>
<br>
2 Use the SQL CREATE USER statement with OwnerAccess options in a query (run by a form accessible only to the Account Manager's group) owned by a member of Admins.<br>
<br>
Anyone tried these or other approaches or have any other ideas/info?
<br>
I can think of 2 options which may or may not work<br>
<br>
1 Temporarily elevate user to Admin groups in code behind protected form<br>
<br>
2 Use the SQL CREATE USER statement with OwnerAccess options in a query (run by a form accessible only to the Account Manager's group) owned by a member of Admins.<br>
<br>
Anyone tried these or other approaches or have any other ideas/info?