PINE64
Chromium Not allowing google login - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Chromium Not allowing google login (/showthread.php?tid=12024)



Chromium Not allowing google login - sititahwsi22 - 11-03-2020

Hello, I've been trying to log into my gmail account with chromium and google is not allowing me to enter password after typing account name. I am using the debian os with mate desktop and and pretty happy with it other than being unable to use chromium. Anyone have a solution? Seems to be a security issue. Thanks in advance for any thoughts or help.


RE: Chromium Not allowing google login - regivanx - 11-07-2020

Remove old profile. At restart, Chromium will recreate a new one without this bug.

Code:
cd ~/.config
mv chromium chromium.bak
chromium

If it don't work:


Code:
rm -r chromium
mv chromium.bak chromium