Login by email Address
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 08:27 AM
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2015 03:54 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2015 04:49 AM
Hello Axel,
Can you give me at least some ideas on this subject here please.Thanks!
Can you give me at least some ideas on this subject here please.Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2015 05:52 PM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2015 04:55 AM
Hello Axel,
Ok thanks very much!
Ok thanks very much!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2016 04:20 PM
Can we get source code? please?!