Dear all,
I would like to force my users to login using the mail address instead of having the opportunity of using the flat name or shot name of their person nab document.
Is outthere somebody who already modfied the default template for iNotes login ?
Thank you in advance for any answer.
Simone
Subject: I would NOT customize the domcfg login page to achieve this
Coding security (especially on the web) on top of the existing Domino security model should never be done if at all avoidable – and it sure isn’t necessary here.
If you’re willing to accept anything in the fullname field as the authentication name, then all you need do is set that option in the server document:
However, that would allow the flat name, which you specifically cited as not desirable. You could always remove the flat name from the fullname field, but that might have an adverse effect on mail address resolution. The ultimate solution would be to write your own DSAPI authentication routine, which is the technique designed into Domino sepcifically to allow admins to devise their own custom web authentication protocols. The C API toolkit has details. including a sample DSAPI filter.