-
Notifications
You must be signed in to change notification settings - Fork 10
add account details and fix login redirect on emp #659
base: master
Are you sure you want to change the base?
Conversation
Cool! Is it deployed on webdev currently? On Thu, Mar 27, 2014 at 2:39 PM, teravest [email protected] wrote:
|
It is now! And it looks to me like its working :) But i didnt try to On Thu, Mar 27, 2014 at 3:15 PM, adamrp [email protected] wrote:
|
<title>Qiime</title> | ||
<% | ||
if 'portal_type' in form: | ||
req.write('<title>EMP</title>') |
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.
The <title>
on most other pages is "Earth Microbiome Project", can you change it to that please?
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.
yes I can do that.
On Fri, Mar 28, 2014 at 11:22 AM, adamrp [email protected] wrote:
In www/change_password.psp:
@@ -19,10 +19,22 @@ import gc
-<title>Qiime</title> +<% +if 'portal_type' in form: - req.write('<title>EMP</title>')The <title> on most other pages is "Earth Microbiome Project", can you
change it to that please?Reply to this email directly or view it on GitHubhttps://github.com//pull/659/files#r11075982
.
Changing my password on webdev (regardless of qiime or emp portal) does not work. |
I also noticed the password change didn't work on webdev... I don't think On Fri, Mar 28, 2014 at 11:35 AM, adamrp [email protected] wrote:
|
this is on webdev. It appears to be work the same as live, but that is not correct... |
fixes#655
fixes#623
This changes the emp login page to redirect to the system you are not production.
This also adds the 'create account', 'forgot password' and 'change password' links to the emp login page.
This also changes those 3 pages to be stylized based on emp or qiime.
It needs to be tested on webdev because of the email issues...