Commit Graph

43 Commits

Author SHA1 Message Date
35fda70e14 optimize imports 2019-06-29 13:31:10 +02:00
8c551d9030 Close #269 added help for console commands + php-cs-fixer 2019-06-29 08:32:35 +02:00
dd407f50b4 re #309 remove the creation of a user on social auth and force creation of account through RegistrationController 2019-06-17 17:35:22 +02:00
8a708839c0 Fix password expire service #293 2018-12-31 11:30:22 +01:00
adf9321db8 Always show a feedback when recovering password (#249)
Even if email doesn't exist
2018-10-23 12:10:33 +02:00
2cf884ac96 fix unpassable condition in EmailChangeService 2018-08-20 17:36:45 +02:00
7a571f4800 UserCreateService: check if we're from web before setting flash message #195
Also return an error message to console if mail send failed
2018-07-13 18:36:04 +02:00
71f9587374 Add last-login-ip capture capability (#184) 2018-05-16 15:29:08 +02:00
051e2fe8a8 Merge pull request #146 from ajmedway/patch-1
Bugfix for Model events UserEvent::EVENT_BEFORE_CREATE and UserEvent:…
2018-02-09 12:40:38 +01:00
fa3d7075cf Merge pull request #147 from ajmedway/patch-2
Bugfix for Model events UserEvent::EVENT_BEFORE_CONFIRMATION and Use…
2018-02-09 12:40:24 +01:00
b8233114f8 Added use MailAwareTrait; 2018-02-09 09:34:01 +00:00
53209d2d78 Honor enableFlashMessages config param in PasswordRecoveryService #110 2018-02-09 08:45:39 +01:00
4341d2173b Bugfix for Model events UserEvent::EVENT_BEFORE_CONFIRMATION and UserEvent::EVENT_AFTER_CONFIRMATION
Bugfix for Model events UserEvent::EVENT_BEFORE_CREATE and UserEvent:…  …
…:EVENT_AFTER_CREATE

Feed instance of Da\User\Event\UserEvent to resolve error in event handlers:

TypeError
Argument 1 passed to {closure}() must be an instance of Da\User\Event\UserEvent, instance of yii\base\Event given
2018-02-08 17:17:16 +00:00
5f77b24254 Bugfix for Model events UserEvent::EVENT_BEFORE_CREATE and UserEvent::EVENT_AFTER_CREATE
Feed instance of Da\User\Event\UserEvent to resolve error in event handlers:

TypeError
Argument 1 passed to {closure}() must be an instance of Da\User\Event\UserEvent, instance of yii\base\Event given
2018-02-08 17:11:32 +00:00
26791a2d8d Merge remote-tracking branch 'upstream/master' into password_expiration 2018-01-30 22:16:03 +01:00
2e3673ff07 Check is user found or not. 2017-12-11 13:15:26 +03:00
3281169b86 Password expiration feature #102
It's still missing an enforcement which redirects all actions to profile
update until the password is changed
2017-11-26 20:09:09 +01:00
c418ad967c Close #108 phpcs fixes 2017-11-12 22:01:28 +01:00
190fafa5f1 re #108 use app main logger + multiple fixes 2017-11-12 21:58:48 +01:00
3feae01a17 Enhancements to Mailer exception handling fixes #79 2017-10-18 18:15:15 +05:30
20400cf90d Close #55 add google captcha mechanism 2017-10-15 22:11:35 +02:00
e002109568 re #68 refactor event variable name 2017-10-15 15:47:13 +02:00
9607e8d775 Close #68 fix documentation + events raised on User model 2017-10-15 15:46:20 +02:00
803a8ff4f0 Close #69 update error level when user can't register 2017-10-15 14:26:28 +02:00
359940f4d1 update message translations + spanish file 2017-10-15 14:11:53 +02:00
308b6a0b2c Close #15 added two factor authentication 2017-09-21 17:48:01 +02:00
22050e733a Merge branch 'master' into issue_49 2017-08-09 15:38:08 +02:00
f1ad782102 Typo fix for #51 2017-08-09 01:53:05 +05:00
4c30ba66eb Issue #49 fix make() should pass attributes as third parameter not second 2017-08-09 01:25:43 +05:00
026a6e9825 updateAttributes fails! fix methodology 2017-08-06 15:28:05 +02:00
031e514e2f fix routing bug 2017-08-06 15:27:07 +02:00
4b96d8057c Fix #44 check for empty values instead of null values 2017-08-06 12:00:59 +02:00
49690a6729 re #22 fix silly bug 2017-07-19 00:43:18 +02:00
8db2df1a48 re #22 fix parameter order bug 2017-07-19 00:34:14 +02:00
d3b4161f7c re #22 added impersonation 2017-07-18 23:47:23 +02:00
84b009c5f0 re #25 allow rules edition + assignment 2017-07-16 02:28:34 +02:00
f706ebb4fa update php code standards fixer rules 2017-07-15 16:45:25 +02:00
53a3a72cc5 fix logic bugs 2017-06-15 01:27:19 +02:00
2d6d6d968b add console command docs 2017-06-13 10:56:06 +02:00
692358adb6 fixes + add events documentation 2017-06-13 00:01:30 +02:00
4a80593435 minor fixes and user events docs 2017-06-12 18:51:20 +02:00
7344ad31df documentation update + code fixes 2017-06-11 23:25:51 +02:00
13255a5117 update folder location 2017-01-11 21:31:42 +01:00