Custom Query (1174 matches)
Results (280 - 282 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #297 | FIXED | "Forgot your password" link disabled for no reason when registration disabled | ||
| Description |
"Forgot your password" link currently gets disabled when registration is disabled, but that's wrong. That link should be there! The functionality works, we should just enable the link from the login page. This is a suuuuuper simple task! |
|||
| #298 | FIXED | ./bin/gmg adduser should take password, email as arguments, and prompt if not provided | ||
| Description |
Instead of being sequential arguments, email and password (or at least password) should be --keyword arguments. If not provided, we should prompt the user for them (and obscure the password as being entered). This is a fairly easy and entry level task. |
|||
| #299 | FIXED | Possibly restore whitespace on forms | ||
| Description |
In commit b20fa83bc0ab9808ffcb8cee642a4cb3241a8558 I removed some spacing under .form_field_box ...This was mainly to keep there from being extra whitespace underneath the comment textarea before the button. However this also removed padding from the login/register forms. (I actually think it looks fine, but it wasn't an intentional change.) .. raw:: html <del> .form_field_box { .. raw:: html </del> margin-bottom: 24px; .. raw:: html <del> } .. raw:: html </del> Jef suggested I file a bug for this so he can decide whether he wants it back or not at his leisure. And so! :) |
|||
