Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I do a custom control login form in xPages?

I need to create a custom login form for login to Domino using xPages.

I need the login to be like a custom control so I can put it on every page.

so in case user are not logged in when they access my site they can choose to do so using the username and password fields provided at the top right

any ideas how to do this?

like image 470
Thomas Adrian Avatar asked Dec 16 '22 02:12

Thomas Adrian


1 Answers

I wrote a short series of articles on using ajax to accomplish this. You can find links to the articles on the Domino Designer wiki.

http://www-10.lotus.com/ldd/ddwiki.nsf/dx/04022009013056PMWEBNJV.htm

While this is geared towards using a dojo dialog box to show the login fields you can use the same concepts if the login fields are always displayed in the banner.

like image 184
Declan Lynch Avatar answered Mar 02 '23 23:03

Declan Lynch