cancel
Showing results for 
Search instead for 
Did you mean: 

Login by email Address

midoscofield
Champ in-the-making
Champ in-the-making
Hi,
Can i change the authentication by Email address?
Thanks.
5 REPLIES 5

afaust
Legendary Innovator
Legendary Innovator
Hello,

there is no default authentication mode for this that you can simply activate. But it can be implemented with some custom developed extensions (I just did in a customer project).

Regards
Axel

midoscofield
Champ in-the-making
Champ in-the-making
Hello Axel,
Can you give me at least some ideas on this subject here please.Thanks!

afaust
Legendary Innovator
Legendary Innovator
It all depends on which interfaces you want to support. In my case, we implemented login by email for a custom Share-based UI. This involved a custom login page, a facade for the Surf user factory, a custom authenticator for connections between Share and the Repository, and a custom login web script on the Repository tier. The latter one used the email to uniquely identify the user, resolve to the technical user name and then perform the normal authentication procedure (similar to default login web script).
Apart from the login page, all components required custom Java development.

If you search the internet a bit, you'll also find a couple of addons that do or at least claim to offer login by email functionality.

midoscofield
Champ in-the-making
Champ in-the-making
Hello Axel,
Ok thanks very much!

soloff
Champ in-the-making
Champ in-the-making
Can we get source code? please?!