Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
dealtek
5 months agoDedicated Contributor
Problems with Claude login
https://claude.ai/login does not work with 1Password
I have a login and url stored ...
- why?
Thank you for reaching out! I've taken a look at claude.ai and I see that they have indeed added the data-1p-ignore tag to their email address field which blocks 1Password from filling into that field as documented in our developer documentation:
If you would like 1Password to fill into that field, the developer of claude.ai would need to remove that tag from their end. I suggest sending the developer of the website your feedback directly. For the time being, you can copy and paste your login information instead: Copy and fill passwords into apps that don’t work with 1Password-Dave
#35362
2 Replies
- 1P_Dave
Moderator
Thank you for reaching out! I've taken a look at claude.ai and I see that they have indeed added the data-1p-ignore tag to their email address field which blocks 1Password from filling into that field as documented in our developer documentation:
If you would like 1Password to fill into that field, the developer of claude.ai would need to remove that tag from their end. I suggest sending the developer of the website your feedback directly. For the time being, you can copy and paste your login information instead: Copy and fill passwords into apps that don’t work with 1Password-Dave
#35362
- AJCxZ0Bronze Expert
The "Enter your personal or work email" [but not any of the other categories of mail] field is not autofilled, even when Autofill is clicked in the plugin.
The input field has an interesting CSS element: `data-1p-ignore="true"`.
<input id="email" class="bg-bg-000 border border-border-300 hover:border-border-200 transition-colors placeholder:text-text-500 can-focus disabled:cursor-not-allowed disabled:opacity-50 h-11 px-3 rounded-[0.6rem] w-full w-full" data-1p-ignore="true" data-testid="email" placeholder="Enter your personal or work email" required="" type="email" value="">