Skip to main content
I have some problem about working on User Manager and K2 Workspace....

I want open the Workspace page by don't use User Manager's login page(http://server:80/K2V3/Workspace/login.htm).

I have myloginpage.aspx -> menu.aspx
on this menu i want access to workspace directly by use UserName and Password on myloginpage.aspx form.

Thanks for your time
Sasin
Hi

I've attached a sample page that verifies the credentials given, stores it in session variables and then passes it to the Workspace.aspx page. The code inside the page has some comments that explain in more detail what they do.

You can also verify the credentials by directly querying the database but I thought this may be an easier way to check.

HTH

Reply