Guest user (SOLVED)

If you think that something doesn't work in Aware IM post your message here
Post Reply
jannes
Posts: 100
Joined: Tue Jul 02, 2019 12:22 pm

Guest user (SOLVED)

Post by jannes »

The (first) screen as a guest-user doesn't show up...

The URL is like :
http://<..>/AwareIM/logonOp.aw?domain=CRM&userName=guest&password=password&testingMode=true

There is a VP : "Guest". With a dummy command : Create Object the BO
There is an AccessLevel : "Guest" with full access to BO etc..

The Business Space is "development", so logonOp.aw is used.
(in "production" to be changed to logonGuest.aw).

But after "Put under Test" and log in via the browser :
"Invalid credentials or access denied. Please try again."

What is missing.. ?

SOLVED :
Users with the “Guest” access level (see Predefined Access Levels) cannot log into the system in the testing mode. If one wants to test the “Guest” access level while working in the testing mode the following can be done:
a. Log in as administrator into the testing mode as described above.
b. Create a new instance of the RegularUser object and set the value of its AccessLevel attribute to ‘Guest’
c. Logout and login as the newly created user.


= Jannes
Post Reply