![]() |
Admin 5/10/2016 |
You can find some ideas in this article: |
![]() |
Pete K author 5/11/2016 |
Thank you for the reply, Sergey. That topic is not in the help file for the current version (8.1). Just wanted you to know that I did look. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=79336&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' /> |
![]() |
Admin 5/11/2016 |
We removed this topic mostly because there is Active Directory support was added that does much more and we didn't want people to be confused. |
![]() |
Pete K author 5/17/2016 |
We removed this topic mostly because there is Active Directory support was added that does much more and we didn't want people to be confused. I guess you can extend this code by executing a SQL query against users table to see if such username exists. If it does you can proceed with populating session variables and redirecting user somewhere.
|
![]() |
Pete K author 6/7/2016 |
I realize that most people will go with the AD solution, but this my only option for various reasons having to do with our unorthodox AD setup and also to the fact that I want my users to be able to mange user groups and we are not able to grant them access to AD users and group administration. But just in case someone else reads this and is curious, I do have it working. // Single sign-on code: |
![]() |
jadachDevClub member 6/7/2016 |
Thanks for sharing this. I am going to try and see how it works. Nice job Peter. |
![]() |
Pete K author 6/8/2016 |
Thanks for sharing this. I am going to try and see how it works. Nice job Peter.
|
![]() |
Pete K author 6/8/2016 |
Thanks Jerry. One thing I have not yet figured out how to do is hook into the action of the Logout button so I can actually log the user out. Maybe you can figure that one out. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=79530&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />
|