Login System

About This Space

User Account Management and Login System


Last updated on October 30, 2020

Public Permissions:   View   Open/Fork   Run   Comment  

Low-code Login System

This is a user account management and login system. The low-code Rich Display named login.json can be placed in front of any application to provide a secure login.

Screenshot

The system provides the ability to:

  • Sign in
  • Create an account
  • Validate that a chosen password is not weak
  • Generate, store, and validate a password hash
  • Verify an email address
  • Reset a password

Configuring Email

The login system uses email to verify accounts. To setup email, update the "mailTransport" property in the .noderun/settings.json file with your NodeMailer SMTP transport details. To see this file, set Show Hidden to Yes on the Files tab.

Next, customize the Email Templates in the following low-code routines:

  • send email verification code
  • send password reset code

Then, remove the Terminate step in each of the routines.

Screenshot

Until email is configured, you can view the generated codes in the server log (in Profound.js Spaces, select Server => View Server Logs). This will allow you to test the system without configuring email.

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

Filters:

Popular Recent

This is a full database maintenance CRUD application with view, change, add, and delete capabilities

12739

0

7

This space illustrates the simplest way to load a Rich Display grid with data, where all records are sent to the grid in bulk.

15259

0

6

A simple dashboard example that uses responsive design

14222

0

3

This is a simple demo of Fibers! Fibers simplifies code by avoiding messy code known as "callback hell", "promises hell", or "async/await hell". Once Fibers is setup, you never have to think about callbacks or promises (they are handled automatically for you).

20539

0

5

Demo app to use EJS to display information from a database

16108

0

4

Simple output to a browser from Node.js

11736

0

4

Docs Example - Customer Selection

12169

0

1

Calculate simple mathematical operations using server-side code.

12115

0

1

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

12655

0

1

A demo of how to build and consume Web Services with and without parameters

9209

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

9840

0

1

A simple dashboard example that uses responsive design

10224

0

0