Table of Contents

Manage User Records

Lesley Updated by Lesley

What are User Records?

When you activate users on your app, a special Accounts table is added to your app. Each user that can login to your app with an email and password will be stored here as an account record.

User records are similar to records in regular tables, however contain special user fields that help manage user accounts and logins.

These user fields fields are indicated by a user icon to the right of the field name:

  • Name: the name of the account they log in as.
  • Email: the email address used to login.
  • Password: the password used to login. Passwords are immediately encrypted so cannot be added to a view to display.
  • User Status: the status of the account determines if their login will allow them access or not. See below for more.
  • User Roles: any user roles assigned to this user. User roles can be used to define permissions. See below for more.

These special user fields can be edited but not deleted.

Each user's User Role record counts as an additional record toward your record limit, in addition to their record in Accounts. For example, a user in the Employees user role counts as two records - one for the record in Accounts and one for the record in Employees. If the user is also part of the HR user role, they count as three records - one for Accounts, one for Employees, and one for HR.

Activate User Records

Before you can use user records with your app, you must first enable Users. You can read more about Users and how to activate them here.

Managing User Records

When adding, editing and deleting user records they work like any other records in your Knack database.

You can read more on managing all app records here.

Add User Records

User records are the same as regular records in Knack, so they can be inserted in the same ways: adding them individually from the Builder, importing from a spreadsheet, or from a form in your Live App.

User records can also be added with special registration forms. Logins can be configured so that when a user views that page but does not yet have an account, they can click on a "sign up" link to use a registration form.

For more information, take a look at our article on Logins and Registrations.

Edit User Records

User records can be edited by clicking on the expand icon next to the record in the Records section of your Builder or by edit the record directly inline:

It is also possible to build your app to allow for editing in the Live App, you can read more on this here.

Delete User Records

You can delete user records by selecting the User Record and pressing the Delete button in the Records section of the Builder:

User Role Settings

If you have multiple user tables, the user roles field will list the roles each user is assigned to. Each user can be assigned to more than one role if needed.

When user roles are assigned, a record representing that user will exist in the main Accounts table as well as each User Role table that user is assigned to.

When you edit a Name, Email, Password, User Status, or User Roles for a user, each of those records will also be automatically updated, regardless of where those fields were edited.

Editing the User Roles will add/remove records from the respective user roles that are assigned to the user. For example, if you edit a user's roles to add an "Employee" role, a new record will be inserted into the Employee table for that user.

Update Status

Users can be assigned different statuses, which affect how they can access the app:

  • Active: only users with their status set to active will be allowed to login.
  • Inactive: users will not be able to login and will receive a message saying they don't have access.
  • Pending Approval: users will not be able to login and will receive a message saying their registration is pending approval from an administrator.

Using checkboxes (see above) lets you update the status of multiple users at once. It also gives you the option to send an approval email alerting them they can now access the app.

To send these emails, be sure to click the checkbox "Send approval email to selected users." See the section below on "Approval and Account Templates" for further information about customizing this email.

Editing the User Status inline on the record from "inactive" or "pending approval" WILL NOT automatically trigger this approval email to send.

Email Account Info

You can send emails to any users with information about their account, including links to the app. This is useful if you enter users manually or have imported them from a spreadsheet.

Use the checkboxes to select the user records you want to email and click the “Email Account Info” button:

See the section below on "Approval and Account Templates" for further information about customizing this email.

Reset Passwords

You can clear a user’s password and send them an email with instructions to reset it.

Use the checkboxes to select the user records you want to email and click the “Reset Passwords” button:

Account and Approval Templates

To modify the email template your users receive upon approval, click on the "..." more options icon and select the settings for the specific user role.

Once you’re in the settings, you’ll see two template links - approval template and account template:

Along with your email copy, you can include user variables that will use the values from the user record.

  • {{first_name}}: extract and display the first name from the user name field.
  • {{email}}: display the user email field
Passwords are not able to be included in any emails. For security reasons passwords are immediately encrypted and are not stored in any readable form.
Make sure to update the link in the email template to match the link of the specific user login page. Click view app to open each page, copy the URL. 

Notes & Troubleshooting

  •  If a user cannot access a page, make sure that they have a record within the user role that does have access to the page.
  • You will not be able to add multiple records with the same email address.

How-To Guides

There are several How-To Guides that use form views to display records:

How did we do?

Single Sign-On with Google, Facebook, Twitter, and Custom

Logins and Registrations

Contact