Custom Query (1173 matches)
Results (265 - 267 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #996 | fixed | Different widths of input fields in edit profile | ||
| Description |
When you edit your profile you can see different widths of input fields and textareas. If you add "width: 100%" to the input fields all input elements have the same width. |
|||
| #5399 | fixed | Use GLib.MainLoop instead of GObject.MainLoop | ||
| Description |
Instantiations of GObject.MainLoop is deprecated; use GLib.MainLoop instead The below patch takes care of this. |
|||
| #5414 | fixed | Login-validator arbitrary and capricious | ||
| Description |
Using
This is wrong on many levels:
. The authenticator should not be verifying the length of submitted login and password at all. Such checks might be appropriate for a new account-creation, but I was logging-in, not creating account.
. Even if you disagree with the above,
I was able to login using my e-mail address instead of username, but this needs fixing (along with |
|||
