A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessionc5ni1imgbckobu8oi2ct55seuv5ugst9): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

OTP Generation and verification to mail using python | NEHA123
Coders Packet

OTP Generation and verification to mail using python

By Neha ingale

It is a project basically about the OTP Verification by sending a unique password like OTP. OTP verification is the most secure way to log in to the platform which users use frequently.

In this project for otp verification, we need to create a 6-digit random number. using random modules.


Then store the number in a variable and using loop gives the range for OTP.


For this we need to import importing the necessary Python library os, math, random, smtplib etc. in the code.


Then for sending OTP to the user we need to write a program to send emails and by sending email we need to use OTP as a message.


then for OTP verification using conditional statement, we verified OTP.

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Neha ingale (NEHA123)

Download packets of source code on Coders Packet