Skip to main content

ledgerely.com

View Categories

Create User

Create User #

A new user can be created using the following form fields. These fields ensure secure and unique user registration.

New User Form Fields | Create User #

User Name #

  • Used for login (must be unique across the database).
  • Availability should be checked using onChange AJAX validation.

Display Name #

  • Name displayed on the platform.

Profile Name #

  • Name displayed on the platform.

Password #

  • Must meet security criteria:
    • At least one capital letter (A-Z).
    • At least one small letter (a-z).
    • At least one special character (!@#$%^&*_)
    • At least one number (0-9).
  • Validation required if criteria are not met.

Email #

  • Used for communication (must be unique across the database).
  • Availability should be checked using onChange AJAX validation.
  • No repetitions are allowed in the entire Ledgerely application to avoid login issues.

User Type #

  • Dropdown selection with two options:
  • Super Admin
  • Admin

Mobile Number #

  • Must be a valid 10-digit mobile number.

Image Upload (Optional)
#

  • Max file size: 200KB
  • Can be uploaded in JPG, PNG, or SVG formats.

Notify User on Mail (Checkbox) #

  • If checked, the user will receive an email with new credentials.
create user

Validation Requirements #

  • Fields marked with (*) are mandatory.
  • Real-time validation (AJAX) should be implemented for username and email availability.
  • Error messages should appear when validation fails, guiding the user in correcting the issue.
  • Password Generator:
    • A button should be available to generate a random password based on the defined security criteria.