Welcome to User Identification System’s documentation!

User Identifier System is a tool you can use to create a powerful login and signup system. This package contains many helpful tools in order to create a robust login and signup system. It encrypts the user’s important crendentials and stores them in a database.

Installation

Note

This package requires a python version of >= 3.6.

Follow this link to view the pypi repository: https://pypi.org/project/user-Identification-System/

The package also required a module that handles and encrypts passwords ==> pypasstools 1. See its pypi repository: https://pypi.org/project/pypasstools/

Use the following command to install the package along with its dependencies:

pip install user-Identification-System
pip install pypasstools

To import user-Identification-System in your python code, use the following code-snippet:

import UserIdentificationSystem as uis

Version details

Current version: 0.0.91

  1. autotask feature was removed.

  2. System can now log user’s actions and save them in a log.txt file.

  3. Contains important bugs and error fixes.