ohmage / gwt-front-end

The javascript/GWT code behind the front end.
6 stars 2 forks source link

Use new ohmage login UI for "Mobilize" #231

Closed ghost closed 12 years ago

cketcham commented 12 years ago

Are you just using the same ui with the mobilize logo replacing the ohmage logo? Do you think I should do the same thing for the phone?

ghost commented 12 years ago

Since it's a pretty straight-forward change, I think we should roll it out to Mobilize as well.

@hongsudt: Any comments about this?

hongsudt commented 12 years ago

Sure.. Since this is going to 2.11, we won't be using the new design until summer which is after the spring deployment.

Can we leave the self-registration out for Mobilize deployment but leave the password reset in there? I am checking with LAUSD about students' email addresses.

On Sun, Apr 8, 2012 at 11:03 PM, Eric Wang < reply@reply.github.com

wrote:

Since it's a pretty straight-forward change, I think we should roll it out to Mobilize as well.

@hongsudt: Any comments about this?


Reply to this email directly or view it on GitHub: https://github.com/cens/ohmageFrontEnd/issues/231#issuecomment-5021370

ghost commented 12 years ago

The self-registration link is toggled by a flag in config/read, so we just need to make sure to turn it off for Mobilize deployments.

@jojenki

hongsudt commented 12 years ago

Neat!! Can we do the same for password reset?

On Sun, Apr 8, 2012 at 11:39 PM, Eric Wang < reply@reply.github.com

wrote:

The self-registration link is toggled by a flag in config/read, so we just need to make sure to turn it off for Mobilize deployments.

@jojenki


Reply to this email directly or view it on GitHub: https://github.com/cens/ohmageFrontEnd/issues/231#issuecomment-5021573

ghost commented 12 years ago

Yes! To reiterate: we will bundle self-registration and pw recovery together, so both features will only be available if self-registration is enabled on the server.

hongsudt commented 12 years ago

Sorry... I meant to separate self-registration from password reset and have different parameters for turning them on and off independently.

For mobilize setting, we don't want the option of self-registration BUT the password reset..

On Mon, Apr 9, 2012 at 11:55 AM, Eric Wang < reply@reply.github.com

wrote:

Yes! To reiterate: we will bundle self-registration and pw recovery together, so both features will only be available if self-registration is enabled on the server.


Reply to this email directly or view it on GitHub: https://github.com/cens/ohmageFrontEnd/issues/231#issuecomment-5031174

jojenki commented 12 years ago

Well, if they don't have an email address then they won't be able to use password reset. Are you confusing password reset with password change, which is different altogether?

hongsudt commented 12 years ago

I am investigating whether we can assume that students will have email addresses. From my initial conversation with John L, students might request to have email addresses created, but this is not done automatically...

So how about if we ask students to edit their profile if they want to be able to reset their password... This will provide an alternative option to address this issue in LAUSD. Do we check whether email address is unique?

On Mon, Apr 9, 2012 at 1:20 PM, John Jenkins < reply@reply.github.com

wrote:

Well, if they don't have an email address then they won't be able to use password reset. Are you confusing password reset with password change, which is different altogether?


Reply to this email directly or view it on GitHub: https://github.com/cens/ohmageFrontEnd/issues/231#issuecomment-5032860

jojenki commented 12 years ago

We do not check if the email address is unique.

hongsudt commented 12 years ago

Do you assume people remember there login id?

On Mon, Apr 9, 2012 at 1:42 PM, John Jenkins < reply@reply.github.com

wrote:

We do not check if the email address is unique.


Reply to this email directly or view it on GitHub: https://github.com/cens/ohmageFrontEnd/issues/231#issuecomment-5033300

hongsudt commented 12 years ago

From talking to John, password reset requires login name and email address..

In the future, it would be ideal to support either ( login name or personal information) AND email address.. This will help the deployment issue in Mobilize since students usually don't remember there login name but have access to their personal ID.

On Mon, Apr 9, 2012 at 1:43 PM, Hongsuda T. hongsudt@gmail.com wrote:

Do you assume people remember there login id?

On Mon, Apr 9, 2012 at 1:42 PM, John Jenkins < reply@reply.github.com

wrote:

We do not check if the email address is unique.


Reply to this email directly or view it on GitHub: https://github.com/cens/ohmageFrontEnd/issues/231#issuecomment-5033300

hongsudt commented 12 years ago

Eric: we need the password reset to always be available... but not necessary the self-registration..

On Mon, Apr 9, 2012 at 2:06 PM, Hongsuda T. hongsudt@gmail.com wrote:

From talking to John, password reset requires login name and email address..

In the future, it would be ideal to support either ( login name or personal information) AND email address.. This will help the deployment issue in Mobilize since students usually don't remember there login name but have access to their personal ID.

On Mon, Apr 9, 2012 at 1:43 PM, Hongsuda T. hongsudt@gmail.com wrote:

Do you assume people remember there login id?

On Mon, Apr 9, 2012 at 1:42 PM, John Jenkins < reply@reply.github.com

wrote:

We do not check if the email address is unique.


Reply to this email directly or view it on GitHub: https://github.com/cens/ohmageFrontEnd/issues/231#issuecomment-5033300