>
);
};
@@ -115,12 +106,6 @@ Login.propTypes = {
description:
"The URL to which a user would be redirected to if visiting a login page when already logged in.",
}),
- signUpURL: PropTypes.string.tag({
- name: "Sign up URL",
- defaultValue: "/signup/",
- description:
- "The URL to which a user would be redirected to if the user clicks on the sign up button",
- }),
OIDC: PropTypes.bool.tag({
name: 'Login with OIDC',
defaultValue: false,
diff --git a/blocks/identity-block/intl.json b/blocks/identity-block/intl.json
index f3d7a027de..24bf25d773 100644
--- a/blocks/identity-block/intl.json
+++ b/blocks/identity-block/intl.json
@@ -643,7 +643,7 @@
"id": "Belum memiliki akun? Daftar",
"fr": "Sign up for an account.",
"es": "Sign up for an account.",
- "en": "Don't have an account? Sign up",
+ "en": "Need to create an account? ",
"de": "Sign up for an account.",
"bo": "ཁྱེད་ལ་དྲ་གྲངས་མེད་དམ། ཐོ་འགོད།",
"bn": "কোনো অ্যাকাউন্ট নেই?\nসাইন আপ করুন",
@@ -1282,5 +1282,8 @@
},
"identity-block.privacy-statement": {
"en": "By creating an account, you agree to the Terms of Service and acknowledge our Privacy Policy."
+ },
+ "identity-block.sign-up-natural": {
+ "en": "Sign up"
}
}
\ No newline at end of file
diff --git a/blocks/identity-block/themes/news.json b/blocks/identity-block/themes/news.json
index da07517971..5bd5a6d6c0 100644
--- a/blocks/identity-block/themes/news.json
+++ b/blocks/identity-block/themes/news.json
@@ -340,9 +340,15 @@
"login-links": {
"styles": {
"default": {
+ "font-family": "inter",
"components": {
+ "paragraph": {
+ "text-align": "center",
+ "font-family": "inter"
+ },
"link": {
- "text-align": "center"
+ "text-align": "center",
+ "font-family": "inter"
},
"link-hover": {
"color": "var(--text-color-subtle)"
@@ -352,6 +358,13 @@
"desktop": {}
}
},
+ "login-links-inner-link": {
+ "styles": {
+ "default": {
+ "text-decoration": "underline"
+ }
+ }
+ },
"reset-password": {
"styles": {
"default": {
diff --git a/locale/en.json b/locale/en.json
index 8caf6bd9d5..7cc9e66a4e 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -132,7 +132,7 @@
"identity-block.login-form-error": "There's been an error logging you in",
"identity-block.login-links-forgot": "Forgot your password?",
"identity-block.login-links-login": "Already have an account? Log in",
- "identity-block.login-links-signup": "Don't have an account? Sign up",
+ "identity-block.login-links-signup": "Need to create an account? ",
"identity-block.login-options": "Log in options",
"identity-block.manage-account": "Manage Your Account",
"identity-block.new-password": "New Password",
@@ -154,6 +154,7 @@
"identity-block.reset-password-submit-submitted": "Continue to log in",
"identity-block.save": "Save",
"identity-block.sign-up": "Sign Up",
+ "identity-block.sign-up-natural": "Sign up",
"identity-block.sign-up-form-error": "There's been an error creating your account",
"identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service<\/a> and acknowledge our Privacy Policy<\/a>.",
"identity-block.update-email-error": "There's been an error updating your email address",