Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tetiana yaremko
/
web-app-group2
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
de34f187
authored
Apr 23, 2020
by
tetiana yaremko
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ready to deploy
parent
e34c3533
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
app.yaml
application/controllers/Auth.php
app.yaml
View file @
de34f187
runtime
:
php
55
runtime
:
php
72
api_version
:
1
handlers
:
-
url
:
/(.+\.(gif|png|jpg|css|js))$
...
...
application/controllers/Auth.php
View file @
de34f187
...
...
@@ -95,7 +95,7 @@ class Auth extends CI_Controller
}
public
function
verify
()
{
require_once
(
APPPATH
.
'libraries/random.php'
);
//
require_once(APPPATH.'libraries/random.php');
$email
=
$this
->
input
->
get
(
'email'
);
$token
=
$this
->
input
->
get
(
'token'
);
...
...
@@ -123,7 +123,7 @@ class Auth extends CI_Controller
}
public
function
forgotPassword
()
{
require_once
(
APPPATH
.
'libraries/random.php'
);
//
require_once(APPPATH.'libraries/random.php');
$this
->
form_validation
->
set_rules
(
"email"
,
"Email"
,
"trim|required"
);
if
(
$this
->
form_validation
->
run
()
==
false
)
{
$this
->
load
->
view
(
'forgotPassword'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment