Improve login code
Notify when the pass has been recognized, but not for a channel
the user is.
Improve verify_pass code style:
- avoid useless explicit cast, as variable is already this type
- avoid assignation in if clause
- extract complex condition in has_access_for_this_channel()