Site structure
Version 5.x > Site structure > Login View modes: 
User avatar
Member
Member
merete-grape - 3/23/2012 8:21:36 AM
   
Login
Need to reach a page witch require login.
The page need to be reached form another program and displayed inside our production facilities.

Is it possible to use an url for that program, witch include user/password?

www.mydomain.no/intranett/production.aspx?userID=xxx&UserPassword=yyy

Thx a lot for helping me out.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 3/27/2012 6:00:06 PM
   
RE:Login
Hello.

Yes, it is possible. However, I don't believe it is good idea sending password in URL, but you can log-in any user with their user-name only. Basically, you can authenticate user via CMSContext.AuthenticateUser(string UserName, bool CreatePersistentCookie) method. Thank you.

Best Regards,
Radek Macalik