| Project: | ProjectPier |
| Version: | 0.8.8-stable |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Jon |
| Status: | patch - code needs review |
The new user email formatting does not contain a line break after the username and password, thus there is no space between the username and the title "Password". The most important part however, is the password is appended with "--" at the end, which users think is part of their password. This has only been tested in gmail and Thunderbird, I am not sure how other email readers are displaying this, sample below:
----------------looks like this ---------------
Hi jane doe,
administrator created a new account for you.
Visit http://www.domain.com/projects/ and login with:
Username: jane doePassword: 9ujw732yje234w--
http://www.domain.com/projects/
----------------should look like this ---------------
Hi jane doe,
administrator created a new account for you.
Visit http://www.domain.com/projects/ and login with:
Username: jane doe
Password: 9ujw732yje234w
--
http://www.domain.com/projects
Would appreciate if other users can test this and advise if the formatting is now correct in whatever email client they are using. Note your email client in the response.
Thanks,
Jon
Hi John,
tested this on my plattform, output received with thunderbird (using Yahoo smpt):
Hi test,
Dominik created a new account for you.
Visit http://www.intersein.net/pptest/ and login with:
-Username: testuser-Password: b386426501cc6+Username: testuser
+Password: b386426501cc6
--
http://www.intersein.net/pptest/\ No newline at end of file
Works for me Jon.
on the following platforms:
*Gmail in FF and IE on W7, Ubuntu, XP
*Outlook 2007 and 2010 on W7
*Outlook on W2003 server
I already made a pull request on Github few days ago for this bug. ( https://github.com/phpfreak/Project-Pier/pull/21 )
My pullrequest has some more additions and also fixes/adds some other linebreaks in multiple files.