RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.07k stars 873 forks source link

No "LOGOUT" nor similar button appears anywhere; unable to log out #2217

Open TheHippoMan opened 1 year ago

TheHippoMan commented 1 year ago

RainLoop version, browser, OS: Rainloop: 1.17.0 (Premium version, lifetime) Browser: Firefox 112.0 (error also occurs in all other browsers that I have tried) OS: Ubuntu 20.0.4 (error also occurs in MacOS 11.7.6)

Expected behavior and actual behavior: Expected behavior: A "LOGOUT" button or menu entry (or something with a similar name or appropriate icon) should show up when logged in.

Actual behavior: No "LOGOUT" button nor anything similar appears anywhere when logged in.

Steps to reproduce the problem: Step 1: Log in to any valid email account (not the "admin" panel, but a regular email account login)

Step 2: Look for "LOGOUT" button. It doesn't appear anywhere.

Logs or screenshots: N/A

Also, these packages are installed:

(1) reCaptcha (2) Override Smtp Credentials (3) Custom Login Mapping

Furthermore, I have this problem irrespective of whether "custom_logout_link" is set or whether it's empty.

I think that my problem is probably due to some sort of configuration error.

I just want to be able to log out! How can I fix this?

Thank you very much.

TheHippoMan commented 1 year ago

Oh! I figured out the problem!

I had a LOT of addresses in the "ACCOUNTS", and when clicking on the menu at the upper right, there were too many of them, and the menu truncated its list of entries. Not only were some of the accounts missing from that list, but also, "Add Account", "Settings", "Help", "Mobile Version", and "Logout" were truncated off the bottom of the list.

I removed some of those account entries, and then all the menu entries, including "Logout", appeared.

I am keeping this as an "Open" issue, because perhaps some work might be necessary to enable that menu to not have entries truncated when there are lots of accounts.