Table of contents
Which users are currently logged into NorthStar
grep -e "Succesfull logon" -e "logged out" /var/log/tomcat5.5/useradministration/useradministration.log
Users cannot react to proposal invitation
This is normally caused by a difference of the email address specified by the inviting person and the email address actually used by the invited person.
Workarround: table invitations contains the unaccepted invitations. Find the ones for the proposal in questions and make note of the memberIDs.
These memberIDs will appear in the table nonregisteredmembers. Find the record corresponding to the person having trouble with the invitation. Delete this record from nonregisteredmembers.
Now goto database useradminstration table user and find the userID of the person having trouble. Make note of the userID.
Table registeredmembers contains the members that have already accepted the invitation. Insert a new record using the userID and memberID obtained in the steps above.
Finally go to table invitations and delete the record corresponding to the memberID in question.
The user should now see the proposal when they log into NorthStar