You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i send an email invite from netlify and if i try to click from email to accpt the netlify widget not showing a pop up to enter the password and signup
if i click the link
url#invite_token=yhp_9QbcVK8YTiQqUlVhFg
This appear on top and not showing the widget to enter the password.
I am not sure whether this is from theme or something else.
The configuration are fine enabled the git gateway and identity and set registration by only invite
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Content Manager</title>
<!-- the script for authentication using Netlify Identity -->
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</head>
<body>
<!-- the script that builds the page and powers Netlify CMS -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If i send an email invite from netlify and if i try to click from email to accpt the netlify widget not showing a pop up to enter the password and signup
if i click the link
url#invite_token=yhp_9QbcVK8YTiQqUlVhFg
This appear on top and not showing the widget to enter the password.
I am not sure whether this is from theme or something else.
The configuration are fine enabled the git gateway and identity and set registration by only invite
Beta Was this translation helpful? Give feedback.
All reactions