Issue 2550917
Created on 2016-07-05 02:55 by rouilj, last changed 2016-07-20 01:07 by rouilj.
msg5754 |
Author: [hidden] (rouilj) |
Date: 2016-07-05 02:55 |
|
When a user logs out, they get a nice green banner saying
"You are logged out"
Why isn't there a "Welcome $user, you have logged in"
http://psf.upfronthosting.co.za/roundup/meta/file113/login_msg.diff
part of
http://psf.upfronthosting.co.za/roundup/meta/issue230
implements this (with different wording). I suggest we add somthing
similar to cgi/actions.py.
Thoughts?
|
msg5757 |
Author: [hidden] (pefu) |
Date: 2016-07-05 08:31 |
|
John Rouillard wrote:
> Why isn't there a "Welcome $user, you have logged in"
...
> Thoughts?
I'm +1 with this idea. A patch however should take care of
i18n of this welcome message text.
Regards, Peter.
|
msg5877 |
Author: [hidden] (rouilj) |
Date: 2016-07-20 01:07 |
|
Note that the user name can be: <b>demo</b>
this may cause an issue if it's used in certain contexts.
issue 2550921 updated to properly sanitize the login name.
|
|
Date |
User |
Action |
Args |
2016-07-20 01:07:01 | rouilj | set | messages:
+ msg5877 |
2016-07-05 08:31:13 | pefu | set | nosy:
+ pefu messages:
+ msg5757 |
2016-07-05 02:55:13 | rouilj | create | |
|