gleung
11 years agoMentor
Login with by email and password
Hi,
Through the login REST API, is it possible to login with the params of just the email address and password (not with username)? Are there any work around to make it work to with email & password login.
Thanks.
- Logging in via Email address is not something we currently support in the core community application.
You could try writing an endpoint in Studio that takes an email address and password as request parameters and then uses the REST call to lookup a user by their email address ( http://community.lithium.com/t5/Community-API/bd-p/developers-rest-api?leaf-id=Community.users.email.email#Community.users.email.email) to get the user's login then pass the login to the Auth call.