For the complete documentation index, see llms.txt. This page is also available as Markdown.

Login

Users are redirected to this screen once they select the preferred language in the previous screen.

Link → {base url}/mgramseva/selectLanguage/login

User Interaction On Screen

  • Users enter the registered Phone Number and Password.

  • Click on Continue.

  • First-time login users navigate to Reset Password Page.

Log in with the default password

YES → Reset Password/ Update Password Screen

NO → Home Screen

File Path

Primary Files:

Field Validations

Fields
Validations

Phone Number*

r'^[0-9]+$'

Password*

r'^(?=.*?[A-Za-z])(?=.*?[0-9])(?=.*?[#?!@$%^&*-]).{6,}$'

API Details

End Point
Request Method
Request Info

/user/oauth/token

POST

username: {} password:{} scope: read grant_type: password tenantId: {} userType: EMPLOYEE

Stack

1 → Language selection screen. + Login screen.

Pop → Language selection screen.

Widgets utilized from library

Widgets
File Path
Description

Last updated

Was this helpful?