-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add timezone to the user profile #127
Conversation
updated the Profile model to include the timezone field
@@ -31,7 +31,7 @@ class Module extends \yii\base\Module | |||
/** | |||
* @var bool If true, users are required to enter a username | |||
*/ | |||
public $requireUsername = false; | |||
public $requireUsername = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably slipped into your commit, I don't think the author will want to default to a required username.
This is awesome! I'll look into getting it in tonight, thanks so much! |
I just realized that it is a patch to the ^3.0.0 branch |
closed by mistake; please feel free to reopen |
Just added this in manually. Thanks again!! |
the dropdown list is rather long and it would be nice to use Kartik's On Fri, Jan 22, 2016 at 9:12 PM, amnah notifications@github.com wrote:
|
Ya, I don't really want to add anymore to this - my goal is to keep this module simple and basic. Note/comment added da5fa76 |
The user is able to select a timezone to his/her profile.
This is useful when users are on different timezone and need to have date/time info displayed in their timezone.