Forum Discussion
Former Member
3 years agoAndroid app not filling username (email address) in octopus app
The 1Password Android app is not filling the username (email address) field when logging into the Octopus Energy app.
The password field populates ok but always leave the email address empty.
It works fine if logging into the web on the phone and also fine on the PC.
It's just the Octopus Android app is the issue.
3 Replies
- MacDaddyAZNew Contributor
This worked a treat for me (Kubuntu, Firefox via PPA). To clarify the steps (Replace `nano` below with the editor of your choice):
- Use the "local override" to leave the default policy in place. This will prevent future updates from overwriting your changes.
sudo nano /etc/apparmor.d/local/usr.bin.firefox
- Add the following content:
# Native messaging owner @{HOME}/.mozilla/native-messaging-hosts/ ixr, # 1Password extension /opt/1Password/1Password-BrowserSupport ixr, /run/user/1000/1Password-BrowserSupport.sock ixr, /run/user/1000/1Password-BrowserSupport.sock wr,
- Save the file and quit the editor
- Restart the AppArmor service:
sudo systemctl restart apparmor
- Restart Firefox