allenchen / research-cs194

Automatically exported from code.google.com/p/research-cs194
1 stars 0 forks source link

Simplify user signup logic => make it just redirect to Edit Profile #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For undergrads/grad students:

1st login -> edit profile with a flash[:notice] or some other form of a welcome 
blurb, but otherwise identical.  this means the users 'new' view will be 
deprecated.

For faculty:

same thing, but change the language so that rather than 'setting up a profile' 
it just asks them to confirm their email address. This makes it simpler for 
faculty to activate jobs if they get an email about it from a grad student or 
something.

Original issue reported on code.google.com by oblasb...@gmail.com on 18 Jan 2011 at 7:19

GoogleCodeExporter commented 9 years ago
Basically done as of r451. Just need to clarify/simplify further for faculty 
who sign in for the first time due to them getting an activation request for a 
job posted by someone on their behalf.

Original comment by oblasb...@gmail.com on 20 Jan 2011 at 11:55