Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TimeOutAdmin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TimeOut
TimeOutAdmin
Commits
c818d117
Commit
c818d117
authored
Mar 19, 2020
by
Tobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change password for checker
parent
71fd564a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Checker.php
application/controllers/Checker.php
+2
-3
No files found.
application/controllers/Checker.php
View file @
c818d117
...
@@ -171,17 +171,16 @@ class Checker extends CI_Controller {
...
@@ -171,17 +171,16 @@ class Checker extends CI_Controller {
}
}
$subject
=
"New Password for Checker Account"
;
$subject
=
"New Password for Checker Account"
;
$email_id
=
$checkerData
->
username
;
$message
=
"<html>
$message
=
"<html>
<body>
<body>
New password of your Checker Account for the username
New password of your Checker Account for the username
<strong>"
.
$checkerData
->
username
.
"</strong> is <strong>"
.
$unique_id
.
"</strong><br>
<strong>"
.
$checkerData
[
'username'
]
.
"</strong> is <strong>"
.
$unique_id
.
"</strong><br>
</body>
</body>
</html>"
;
</html>"
;
$this
->
load
->
model
(
'Api_model'
);
$this
->
load
->
model
(
'Api_model'
);
$this
->
Api_model
->
send_mail
(
$subject
,
$
email_id
,
$message
);
$this
->
Api_model
->
send_mail
(
$subject
,
$
checkerData
[
'username'
]
,
$message
);
$flashMsg
=
array
(
'message'
=>
'New Password Generated..!'
,
'class'
=>
'success'
);
$flashMsg
=
array
(
'message'
=>
'New Password Generated..!'
,
'class'
=>
'success'
);
$this
->
session
->
set_flashdata
(
'message'
,
$flashMsg
);
$this
->
session
->
set_flashdata
(
'message'
,
$flashMsg
);
...
...
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