Skip to content

Commit f8e56d0

Browse files
Merge branch 'main' of github.com:ZakharovAndrew/yii2-user
2 parents bfdedd2 + b80c770 commit f8e56d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Add this to your ```config\params.php```
8888
return [
8989
// ...
9090
'supportEmail' => '[email protected]',
91+
// lifetime of the password reset token
9192
'userResetPasswordTokenExpire' => 3600
9293
// ...
9394
];

src/Module.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Module extends \yii\base\Module
2121
/**
2222
* @var string Module version
2323
*/
24-
protected $version = "0.1.9";
24+
protected $version = "0.3.5";
2525

2626
/**
2727
* @var string Alias for module

0 commit comments

Comments
 (0)