Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yashwant
/
hdfc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dd63a928
authored
2018-05-11 18:51:22 +0530
by
Gopal
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Login session error
1 parent
d0b4b30e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
application/resources/views/login.blade.php
application/resources/views/login.blade.php
View file @
dd63a92
<?php
/*Code for token generation Flexydial Security Purpose*/
session_start
();
function
randomPassword
()
{
$alphabet
=
"abcdefghijklmnopqrstuwxyzABCDEFGHIJKLMNOPQRSTUWXYZ0123456789"
;
$pass
=
array
();
//remember to declare $pass as an array
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment