Aware IM User Forums Forum Index Aware IM User Forums
Discussions, questions, ideas, opinions about Aware IM
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

LoginNotification woes
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Aware IM User Forums Forum Index -> Problem reports
View previous topic :: View next topic  
Author Message
tkilshaw



Joined: 19 Jan 2006
Posts: 170
Location: Western Canada

PostPosted: Thu Mar 23, 2006 10:41 pm    Post subject: LoginNotification woes Reply with quote

I added a LoginNotification that has the following rule for when login notification is received:

If LoginNotification.LoginName<>'admin' AND LoggedInRegularUser.Active='No' Then
REPORT ERROR 'Access denied. Account is not active.'

The rule is run and evaluates correctly according to the log, but no error message is displayed and the user is logged into the system.

Perhaps I'm doing this the wrong way. What is the right way to refuse access to a user?

Terry
Back to top
View user's profile Send private message Send e-mail Visit poster's website
aware_support



Joined: 24 Apr 2005
Posts: 4671

PostPosted: Thu Mar 23, 2006 11:09 pm    Post subject: Reply with quote

Terry,

LoginNotification is not the way to do it - a notification is only supposed to inform and does not imply any reply, such as denying access.

What you could do is create an initialisation process that you would invoke for all visual perspectives except the admin. perspective. The rule in the process could just have the following check:

If LoggedInRegularUser.Active='No' Then REPORT ERROR ...

Best Regards
_________________
Aware IM Support Team
Back to top
View user's profile Send private message Send e-mail Visit poster's website
tkilshaw



Joined: 19 Jan 2006
Posts: 170
Location: Western Canada

PostPosted: Thu Mar 23, 2006 11:41 pm    Post subject: Reply with quote

What is an initialization process?

Is that a special kind of process?

How is it made?

thanks,

Terry
Back to top
View user's profile Send private message Send e-mail Visit poster's website
tkilshaw



Joined: 19 Jan 2006
Posts: 170
Location: Western Canada

PostPosted: Thu Mar 23, 2006 11:52 pm    Post subject: Reply with quote

OK. I found it and it works.

thanks,

Terry
Back to top
View user's profile Send private message Send e-mail Visit poster's website
aware_support



Joined: 24 Apr 2005
Posts: 4671

PostPosted: Thu Mar 23, 2006 11:54 pm    Post subject: Reply with quote

Terry,

you have already made one in your configuration. The initialization process is just an ordinary process that can be run when a visual perspective starts up. If you go to the Visual Perspective screen you can tick a box to run initialization process on startup and select the process to run.

So if you create an ordinary process with a single rule as described in the previous e-mail and tick all the visual perspectives except 'admin' to run this process, it will deny access to inactive users.

Best Regards
_________________
Aware IM Support Team
Back to top
View user's profile Send private message Send e-mail Visit poster's website
aware_support



Joined: 24 Apr 2005
Posts: 4671

PostPosted: Thu Mar 23, 2006 11:55 pm    Post subject: Reply with quote

Looks like I posted my reply at the same time you provided yours.
_________________
Aware IM Support Team
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ab042



Joined: 17 Jul 2006
Posts: 315

PostPosted: Thu Aug 03, 2006 4:25 am    Post subject: Reply with quote

I can't for the life of me get REPORT ERROR to display a message when it's in the Initialise process.

It appears to fire and restrict login but it does not display the REPORT ERROR message. It simple returns to the logon screen.

Can someone please verify and advise if "REPORT ERROR" works with build 852 in the Initialise process.
Back to top
View user's profile Send private message
aware_support



Joined: 24 Apr 2005
Posts: 4671

PostPosted: Thu Aug 03, 2006 10:48 am    Post subject: Reply with quote

This has now been fixed starting from build 855
_________________
Aware IM Support Team
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ab042



Joined: 17 Jul 2006
Posts: 315

PostPosted: Thu Aug 03, 2006 10:55 pm    Post subject: Reply with quote

THANK YOU!!

FYI. Under ver 855 if you attempt to login with the wrong user name it shows "null" and should say "Invaild login attempt" or something.
Back to top
View user's profile Send private message
aware_support



Joined: 24 Apr 2005
Posts: 4671

PostPosted: Sat Aug 05, 2006 12:45 am    Post subject: Reply with quote

You are right. The "null" problem is fixed starting from build 856.
_________________
Aware IM Support Team
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ab042



Joined: 17 Jul 2006
Posts: 315

PostPosted: Sat Aug 12, 2006 2:45 pm    Post subject: Reply with quote

I believe Logon is reverting to 1st domain.

I just noticed this in build 860, but it may appear in others.
If you use a domain on the URL, using the LogonOp.do option. Example: ......../logonOp.do?domain=testdomain

If you login the first time everything works fine. However, if you mistype something and you get the "Invalid credentials or access denied, please try again" error message the URL has now dropped the domain and you will then be attempting to login to a totally different domain.

I haven't checked the other logonGuest.do, logon.do .... but it is a problem with logon.Op.do and maybe the others.
Back to top
View user's profile Send private message
aware_support



Joined: 24 Apr 2005
Posts: 4671

PostPosted: Sun Aug 13, 2006 1:57 pm    Post subject: Reply with quote

This should be fixed starting from build 862
_________________
Aware IM Support Team
Back to top
View user's profile Send private message Send e-mail Visit poster's website
pbrad



Joined: 17 Jul 2006
Posts: 654
Location: Ontario, Canada

PostPosted: Wed Aug 23, 2006 5:25 pm    Post subject: Same issue Reply with quote

Hi,
I am having exactly the same issue. Any idea when the new release will be out with the fix?
Thanks,
Pete
Back to top
View user's profile Send private message Send e-mail Visit poster's website
aware_support



Joined: 24 Apr 2005
Posts: 4671

PostPosted: Thu Aug 24, 2006 12:04 am    Post subject: Reply with quote

Pete,

this build is already out.

Just download the latest evaluation version from our web site and install it on top of your version - your product key will not be affected.
_________________
Aware IM Support Team
Back to top
View user's profile Send private message Send e-mail Visit poster's website
pbrad



Joined: 17 Jul 2006
Posts: 654
Location: Ontario, Canada

PostPosted: Thu Aug 24, 2006 1:10 am    Post subject: Reply with quote

Great thanks. Do the release announcements normally get mailed out to everyone. I am in the habit lately of checking out the forum everyday but I haven't thought to check the version number of the evaluation version. Is there a log viewable anywhere that describes the release notes (fixes and improvements)
Thanks again.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aware IM User Forums Forum Index -> Problem reports All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group