|
dd26d39dd8
|
Removed unused namespace imports
|
2014-02-07 13:26:00 +04:00 |
|
|
f226ee5610
|
password_reset_token is now null when reset
|
2014-02-06 00:22:01 +04:00 |
|
|
d13ed43212
|
Fixed signup/restore password flow
|
2014-02-06 00:14:23 +04:00 |
|
|
6cac7c61e5
|
Removed Yii::$app->getParam usage
|
2014-02-05 23:21:57 +04:00 |
|
|
b8235c717d
|
Added password reset token expiration
|
2014-02-05 18:23:59 +04:00 |
|
|
a1497ca01c
|
Removed extra \models\forms namespace, moved all models to just \models
|
2014-02-05 17:41:47 +04:00 |
|
|
5d7e7f4d91
|
Moved creating user to static method of the model
|
2014-02-04 13:31:26 +04:00 |
|
|
c2e0b5beb5
|
Optimized forms code a bit
|
2014-02-01 23:08:39 +04:00 |
|
|
a43be083e8
|
Moved forms used in frontend only to frontend
|
2014-02-01 22:23:29 +04:00 |
|
|
d98ec80cd1
|
Used setter as field
|
2014-02-01 20:32:07 +04:00 |
|
|
e4c98f0fa3
|
Fixed constructor overriding to allow array configuration
|
2014-02-01 17:47:18 +04:00 |
|
|
6ad0d72a48
|
Extracted password-related code into User model methods
|
2014-01-31 23:44:26 +04:00 |
|
|
71fba07700
|
Moved most of the user-related logic into form models
|
2014-01-31 23:18:07 +04:00 |
|
|
ddb0e9b0e6
|
Advanced app User model updated
|
2014-01-19 13:49:29 +04:00 |
|
|
8e013aacd0
|
Fixes #1633: fixed scenarios for User model in advanced application allowing setting default values for User model
|
2014-01-09 00:49:03 +04:00 |
|
|
515095bbf7
|
Fixes #1633: Advanced application template now works with MongoDB by default
|
2013-12-29 23:26:20 +01:00 |
|
|
83ab0f0655
|
minor refactoring
|
2013-11-16 20:39:51 -05:00 |
|
|
ad6411cae2
|
Fixed LoginForm::getUserByUsername
|
2013-11-17 02:19:05 +04:00 |
|
|
5795522fc2
|
Use Yii::$app->user->login result in LoginForm
|
2013-11-16 22:16:24 +04:00 |
|
|
5b36503ca8
|
One less SQL query for login sequence in basic and advanced apps
|
2013-11-16 19:39:11 +04:00 |
|
|
f57b3536a2
|
Fixed apps rules
|
2013-11-13 11:41:25 +02:00 |
|
|
ecc557ef92
|
Refactor all models to new rules format
|
2013-11-12 16:39:23 +02:00 |
|
|
dfb6e1f404
|
Convert to short syntax [2].
|
2013-10-18 12:03:36 +00:00 |
|
|
e19d0dacf9
|
Fixes #823: consistent interface naming
|
2013-09-24 15:45:09 +04:00 |
|
|
4d901acd8e
|
Advanced application template: removed unused scenario from User model
|
2013-09-23 18:01:13 +04:00 |
|
|
b02f01f6be
|
More on advanced app template:
- Unified way to use Alert
- Added link to restore password to login form
- Refactored restore password
|
2013-07-21 22:10:31 +04:00 |
|
|
5284e5856d
|
added some phpdoc to advanced app
|
2013-07-21 19:13:00 +04:00 |
|
|
a6cd7b72bb
|
refactored helper organization.
|
2013-07-17 20:45:36 -04:00 |
|
|
90ed776296
|
implemented password reset
|
2013-07-18 03:09:41 +04:00 |
|
|
b8ff2cc569
|
Added authkey generation
|
2013-07-18 02:08:19 +04:00 |
|
|
29c593d526
|
Fix CS issues.
|
2013-07-03 09:32:44 +06:00 |
|
|
6249b89932
|
Change validators from 'length' to 'string'
|
2013-06-21 03:15:56 +02:00 |
|
|
c8e73b42e7
|
fixed AutoTimestamp example in advanced app
fixes #429
|
2013-05-27 23:45:13 +02:00 |
|
|
75917e2cb1
|
User and LoginForm are now common models, User is AR and Identity
|
2013-05-25 03:23:09 +04:00 |
|
|
e8d59fb6cb
|
specified proper namespaces
|
2013-05-24 23:37:22 +04:00 |
|
|
0fb30f8d25
|
Advanced application template
|
2013-05-24 21:47:27 +04:00 |
|