To reproduce the problem :
On login form (first of the app), select a wiki in Projects with a config that obligate user to have a specific right like rollback (eg. Metawiki), no explanation or error message appear after validate.
Thanks
Description
Event Timeline
Hi what exactly you mean no error message appear after validate I do see error when I try to login to some of these projects
Ok, I found it, thanks.
The "status" string is a very small sentence under language choose.
It is really hard to find it if you don't know what search : at the start of the program, it is an explanation text.
But I never imagined that this is important.
So I think that it can be user-friendly to do change the size of the string, color it, transform it to a real alert box...
There are a few options how to do that.
In case of error:
- make intro message colored red:
- display an alert (and do not update intro text):
- make intro message colored red and display an alert:
I think #3 is the best option. The error message is really noticeable in that case. But what do you think?
Anyway, I have created pull request, implementing third option.
Link to github: https://github.com/huggle/huggle3-qt-lx/pull/191
If anything is wrong, or you think one of other options is better, than I will return and fix it.


