Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joyride phase2
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
Jansa Jose
joyride phase2
Commits
e202ea1a
Commit
e202ea1a
authored
Dec 06, 2018
by
Jansa Jose
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'dev_production'
changes email credentials See merge request
!51
parents
b4b93803
0c3b0b37
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Webservices.php
application/controllers/Webservices.php
+1
-1
Webservice_model.php
application/models/Webservice_model.php
+1
-1
No files found.
application/controllers/Webservices.php
View file @
e202ea1a
...
...
@@ -203,7 +203,7 @@ public function fb_login_post(){
if
(
$res
){
$result
=
array
(
'status'
=>
'success'
,
'message'
=>
'
Email Sent Succesfully
'
,
'data'
=>
''
);
$result
=
array
(
'status'
=>
'success'
,
'message'
=>
'
New Password is Sent To Your Email
'
,
'data'
=>
''
);
}
else
{
$result
=
array
(
'status'
=>
'error'
,
'message'
=>
'Sorry. Invalid email.'
,
'data'
=>
''
);
}
...
...
application/models/Webservice_model.php
View file @
e202ea1a
...
...
@@ -502,7 +502,7 @@ public function forgot_mails($data,$rand_pwd){
$this
->
email
->
subject
(
"Forgot Password - Tukkibi"
);
$this
->
email
->
message
(
"Hi "
.
$data
->
name
.
", Your New Password is : "
.
$rand_pwd
);
$this
->
email
->
send
();
echo
$this
->
email
->
print_debugger
();
//
echo $this->email->print_debugger();
return
"EmailSend"
;
// }
/* }else {
...
...
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