Documentation for Allow Login using Mobile Number (#8918)

This commit is contained in:
Gaurav Naik 2017-05-19 16:03:05 +05:30 committed by Rushabh Mehta
parent 8bec0239b9
commit 7f02714c26
4 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -2,6 +2,8 @@
You can localize ERPNext to use particular timezone, date, number or currency format and also set global session expiry via System Settings.
By checking the 'Allow Login using Mobile Number' checkbox, you can login to ERPNext using a valid mobile number set in your User account.
To open System Settings, go to:
> Setup > Settings > System Settings

View File

@ -20,7 +20,10 @@ To add a new user, click on "New"
Add user details such as First Name, Last Name, Email etc.
The user's Email will become the user id.
The user's Email will become the user id. Mobile No can also be used to log in if you check the Allow Login using Mobile No checkbox under the Security section in System Settings. While Mobile No will be unique, it will not be treated as a user id.
<img class="screenshot" src="{{docs_base_url}}/assets/img/setup/users/user-login-email.png" alt="Email Login">
<img class="screenshot" src="{{docs_base_url}}/assets/img/setup/users/user-login-mobile.png" alt="Mobile No Login">
After adding these details, save the user.