Suspended Users & Logins

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

Suspended Users & Logins

Post by PointsWell »

What's the best way to handle preventing Users logging in if their account is suspended/terminated?

I'm looking at LoginNotifications and checking a field for Account Standing as a method. But would I be better using the run process at login/ initialisation process?

I've tried using Login Notification to report an error, which it does (but only internally does not display the report error to the user) and it does not log the user out.

Also what is the correct syntax for the LOGOUT function? I am getting errors entering a URL with 'http://' and without 'http://'. My domain name has a new TLD (ie not .com or variant) so might that be causing the issue?
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Re: Suspended Users & Logins

Post by tford »

But would I be better using the run process at login/ initialisation process?
Yes, you can send them to a VP that shows a message & gives no menu options, etc.
Tom - V8.8 build 3137 - MySql / PostGres
Post Reply