Skip to main content

Managing users

The Users table

The Users table is a centralized repository where all user accounts within the Cinchy platform are managed. This table typically includes critical information about each user, such as usernames, encrypted passwords, email addresses, and roles. It allows effective management of user access and permissions across the Cinchy platform.

Administrators can use this table to add, modify, or deactivate user accounts, reset passwords, and manage other user-specific settings.

Users table reference

ColumnDescriptionExample
Cinchy IdUnique identifier for a user in Cinchy.-7
UsernameUser's login name.john.doe@cinchy.com
Authentication MethodMethod used for user authentication.Cinchy User Account
PasswordEncrypted password of the user.[Encrypted password]
Email AddressEmail address of the user.johndoe@cinchy.com
Email Verification CodeCode sent to user for email verification.[Verification code]
Email VerifiedIndicates if the user's email is verified (True/False).False
First NameUser's first name.John
Last NameUser's last name.Doe
NameFull name of the user.John Doe
Display NameName displayed in the user interface.John Doe (johndoe)
Profile PhotoBinary data for user's profile photo.[Profile photo data]
Password Expiration TimestampTimestamp when the user's password expires.[Expiration timestamp]
Is DisabledIndicates if the user account is disabled (True/False).False
Locked TimestampTimestamp when the user account was locked.[Locked timestamp]
Can Design TablesIndicates if the user can design tables (True/False).False
Can Design QueriesIndicates if the user can design queries (True/False).False

Create a new Cinchy user with a specified password

To create a new user in Cinchy, do the following:

Initial setup

  1. Open the Users Table: Access the Users table in the Cinchy platform.
  2. Set the Password:
    • Find the encrypted value for your user password.
    • Create a new user entry.
    • Copy and paste the encrypted value into the Password field for the new user.
  3. Configure Password Expiration:
    • Assign the current date as the Password Expiration Timestamp for the new user.

Update the password

  1. Use Incognito Mode:
    • Launch an Incognito window in your web browser.
    • Navigate to the Cinchy website.
  2. Initial Login:
    • Log in with the new user credentials using your password.
  3. Change the Password:
    • Follow the prompt to change the password upon login.
    • Set a new default password. This will be the standard password for the new account.

Final steps

  1. Update User Information:
    • Return to the original Users table session.
    • Refresh the table.
    • Eliminate the Password Expiration Timestamp for the new user.

Change or reset a user password

caution

When resetting a password, you must know the clear text password corresponding to the encrypted value. This is required for the reset process and to communicate the temporary password to the user.

  1. Navigate to the [Cinchy].[Users] table and identify the relevant user row.
  2. Paste the encrypted value of the user's clear text password in the Password column.
    1. For example, the following represents the clear text password 'cinchy': 1000:sKAplLcO6oNvd5XdwnSnERpcgEWIo/5u:q0E9AFowGCstIL/ZNWc4tcAo513BdYw+
  3. In the Password Expiration Timestamp column, set the date to today. This ensures that the user is prompted to change their password upon their next login.
  4. Erase the contents of the Locked Timestamp column.