Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Mythauth - update password form
Post: RE: Mythauth - update password form
(03-31-2021, 08:49 AM)fuzna28 Wrote: (03-23-2021, 03:04 AM)schwaluck Wrote: (03-22-2021, 10:37 PM)ikesela Wrote: use given user entity class to get hash of new password.
Code:$entity = new ... |
|
schwaluck |
CodeIgniter 4 Addins
|
9 |
963 |
04-01-2021, 01:22 AM |
|
|
Thread: Survey Builder
Post: Survey Builder
Hey there,
I am currently working on my own web application with CI4. Now I am thinking about integrating a survey builder as a part of the application.
I have already found LimeSurvey, but I am wond... |
|
schwaluck |
CodeIgniter 4 Addins
|
0 |
157 |
03-31-2021, 11:58 PM |
|
|
Thread: Mythauth - update password form
Post: RE: Mythauth - update password form
(03-22-2021, 10:37 PM)ikesela Wrote: use given user entity class to get hash of new password.
Code:$entity = new User();
$newPassword = $this->request->getPost('new_password');
&... |
|
schwaluck |
CodeIgniter 4 Addins
|
9 |
963 |
03-23-2021, 03:04 AM |
|
|
Thread: Mythauth - update password form
Post: RE: Mythauth - update password form
(03-21-2021, 08:49 PM)InsiteFX Wrote: Because if you look at the code you will see that it is also creating a token and cookie.
On login it looks for that token and cookie.
Best to look at the Myth... |
|
schwaluck |
CodeIgniter 4 Addins
|
9 |
963 |
03-22-2021, 01:11 AM |
|
|
Thread: Mythauth - update password form
Post: RE: Mythauth - update password form
Hey InsiteFX,
thanks for your quick response!
I already have taken a look on the source code. However the only cookie and token I have seen are used for the remember me functionality which is not in ... |
|
schwaluck |
CodeIgniter 4 Addins
|
9 |
963 |
03-21-2021, 11:57 PM |
|
|
Thread: Mythauth - update password form
Post: Mythauth - update password form
Hey all,
I have the following problem: I have created a form with which the user should be able to update his password.
When the new password is entered and submitted, the "password_hash" field in th... |
|
schwaluck |
CodeIgniter 4 Addins
|
9 |
963 |
03-21-2021, 08:02 AM |
|
|
Thread: Shieldon Firewall - Web Application Firewall for CodeIgniter.
Post: RE: Shieldon Firewall - Web Application Firewall f...
(10-13-2019, 10:09 PM)allenlee Wrote: Hello.
I have just launched the project website for my new work - Shieldon Firewall.
https://shieldon.io/
The guide for CodeIgniter 3 and 4.
https://shieldo... |
|
schwaluck |
Addins
|
1 |
1,553 |
02-18-2021, 05:10 AM |