From d5bbd7aada397a68c0647bec5c04e42dcc613b11 Mon Sep 17 00:00:00 2001 From: ossdhaval <343411+ossdhaval@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:56:45 +0530 Subject: [PATCH 1/6] fix(jans-auth-server): replace gluu inc with Janssen Project Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> --- .../person_authentication/other/idfirst/alter_login.xhtml | 4 ++-- .../server/src/main/resources/jans-auth.properties | 2 +- .../server/src/main/resources/jans-auth_en.properties | 2 +- .../server/src/main/resources/jans-auth_fr.properties | 2 +- .../server/src/main/resources/jans-auth_ru.properties | 2 +- .../webapp/WEB-INF/incl/layout/login-extended-template.xhtml | 4 ++-- .../src/main/webapp/WEB-INF/incl/layout/login-template.xhtml | 4 ++-- .../server/src/main/webapp/auth/compromised/complogin.xhtml | 2 +- .../server/src/main/webapp/auth/otp_sms/otp_sms.xhtml | 4 ++-- jans-auth-server/server/src/main/webapp/error.xhtml | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/script-catalog/person_authentication/other/idfirst/alter_login.xhtml b/docs/script-catalog/person_authentication/other/idfirst/alter_login.xhtml index ce3cede6062..18a8ac4e52b 100644 --- a/docs/script-catalog/person_authentication/other/idfirst/alter_login.xhtml +++ b/docs/script-catalog/person_authentication/other/idfirst/alter_login.xhtml @@ -119,9 +119,9 @@

- + | - + diff --git a/jans-auth-server/server/src/main/resources/jans-auth.properties b/jans-auth-server/server/src/main/resources/jans-auth.properties index 43081f25337..d3c3dcc25cd 100644 --- a/jans-auth-server/server/src/main/resources/jans-auth.properties +++ b/jans-auth-server/server/src/main/resources/jans-auth.properties @@ -4,7 +4,7 @@ common.agreePolicy=By proceeding, you agree with the common.privacyPolicy=Privacy Policy common.pleaseReadTheTos=Please read the common.termsOfService=Terms of Service -common.gluuInc=Gluu, Inc +common.janssenProject=Janssen Project common.caution=Use subject to MIT LICENSE login.pageTitle=Jans Auth - Login diff --git a/jans-auth-server/server/src/main/resources/jans-auth_en.properties b/jans-auth-server/server/src/main/resources/jans-auth_en.properties index 238385e5f36..044f93cbe56 100644 --- a/jans-auth-server/server/src/main/resources/jans-auth_en.properties +++ b/jans-auth-server/server/src/main/resources/jans-auth_en.properties @@ -4,7 +4,7 @@ common.agreePolicy=By proceeding, you agree with the common.privacyPolicy=Privacy Policy common.pleaseReadTheTos=Please read the common.termsOfService=Terms of Service -common.gluuInc=Gluu, Inc +common.janssenProject=Janssen Project common.caution=Use subject to MIT LICENSE login.pageTitle=Jans Auth - Login diff --git a/jans-auth-server/server/src/main/resources/jans-auth_fr.properties b/jans-auth-server/server/src/main/resources/jans-auth_fr.properties index 9b7024955ab..f589c076c83 100644 --- a/jans-auth-server/server/src/main/resources/jans-auth_fr.properties +++ b/jans-auth-server/server/src/main/resources/jans-auth_fr.properties @@ -4,7 +4,7 @@ common.agreePolicy=By proceeding, you agree with the common.privacyPolicy=Privacy Policy common.pleaseReadTheTos=Please read the common.termsOfService=Terms of Service -common.gluuInc=Gluu, Inc +common.janssenProject=Janssen Project common.caution=Use subject to MIT LICENSE diff --git a/jans-auth-server/server/src/main/resources/jans-auth_ru.properties b/jans-auth-server/server/src/main/resources/jans-auth_ru.properties index 2a28f094a83..4b192273b1c 100644 --- a/jans-auth-server/server/src/main/resources/jans-auth_ru.properties +++ b/jans-auth-server/server/src/main/resources/jans-auth_ru.properties @@ -4,7 +4,7 @@ common.agreePolicy=Продолжая, вы соглашаетесь с #{client common.privacyPolicy=Политика конфиденциальности common.pleaseReadTheTos=Пожалуйста, прочитайте common.termsOfService=Условия использования -common.gluuInc=Gluu, Inc +common.janssenProject=Janssen Project common.caution=Использовать в соответствии с лицензией MIT LICENSE login.pageTitle=Jans Auth - Вход diff --git a/jans-auth-server/server/src/main/webapp/WEB-INF/incl/layout/login-extended-template.xhtml b/jans-auth-server/server/src/main/webapp/WEB-INF/incl/layout/login-extended-template.xhtml index f463d240fa7..6609bfb16e3 100644 --- a/jans-auth-server/server/src/main/webapp/WEB-INF/incl/layout/login-extended-template.xhtml +++ b/jans-auth-server/server/src/main/webapp/WEB-INF/incl/layout/login-extended-template.xhtml @@ -83,8 +83,8 @@ body {

© | | |

© | | |

-

| +

| | diff --git a/jans-auth-server/server/src/main/webapp/auth/otp_sms/otp_sms.xhtml b/jans-auth-server/server/src/main/webapp/auth/otp_sms/otp_sms.xhtml index 88a255ba54d..d598a3113ba 100644 --- a/jans-auth-server/server/src/main/webapp/auth/otp_sms/otp_sms.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/otp_sms/otp_sms.xhtml @@ -136,9 +136,9 @@ input.btn.btn-done {

From dc528b526c072780bb40a42e0d8cc391d3eb05b7 Mon Sep 17 00:00:00 2001 From: ossdhaval <343411+ossdhaval@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:36:13 +0530 Subject: [PATCH 3/6] fix(jans-auth-server): replace Gluu Inc with Janssen Project Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> --- .../person_authentication/oidc/oidc-jans-login.xhtml | 2 +- .../person_authentication/other/custom_registration/reg.xhtml | 2 +- .../person_authentication/other/idfirst/alter_login.xhtml | 2 +- .../person_authentication/other/idfirst/idfirst_login.xhtml | 2 +- jans-auth-server/server/src/main/webapp/auth/apple/login.xhtml | 2 +- .../server/src/main/webapp/auth/compromised/complogin.xhtml | 2 +- jans-auth-server/server/src/main/webapp/auth/fido2/step1.xhtml | 2 +- .../server/src/main/webapp/auth/github/detailsForm.xhtml | 2 +- jans-auth-server/server/src/main/webapp/auth/github/login.xhtml | 2 +- jans-auth-server/server/src/main/webapp/auth/google/login.xhtml | 2 +- .../server/src/main/webapp/auth/register/register.xhtml | 2 +- .../server/src/main/webapp/device_authorization.xhtml | 2 +- jans-auth-server/server/src/main/webapp/login.xhtml | 2 +- jans-auth-server/server/src/main/webapp/selectAccount.xhtml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/script-catalog/person_authentication/oidc/oidc-jans-login.xhtml b/docs/script-catalog/person_authentication/oidc/oidc-jans-login.xhtml index de41c54930d..b66a3ff496b 100644 --- a/docs/script-catalog/person_authentication/oidc/oidc-jans-login.xhtml +++ b/docs/script-catalog/person_authentication/oidc/oidc-jans-login.xhtml @@ -9,7 +9,7 @@ - + diff --git a/docs/script-catalog/person_authentication/other/custom_registration/reg.xhtml b/docs/script-catalog/person_authentication/other/custom_registration/reg.xhtml index 24f3ea2da55..a74ea69c133 100644 --- a/docs/script-catalog/person_authentication/other/custom_registration/reg.xhtml +++ b/docs/script-catalog/person_authentication/other/custom_registration/reg.xhtml @@ -6,7 +6,7 @@ - + diff --git a/docs/script-catalog/person_authentication/other/idfirst/alter_login.xhtml b/docs/script-catalog/person_authentication/other/idfirst/alter_login.xhtml index 18a8ac4e52b..70b5f45a2fd 100644 --- a/docs/script-catalog/person_authentication/other/idfirst/alter_login.xhtml +++ b/docs/script-catalog/person_authentication/other/idfirst/alter_login.xhtml @@ -13,7 +13,7 @@ - + diff --git a/docs/script-catalog/person_authentication/other/idfirst/idfirst_login.xhtml b/docs/script-catalog/person_authentication/other/idfirst/idfirst_login.xhtml index 573ddb4dc2a..67a80faf76b 100644 --- a/docs/script-catalog/person_authentication/other/idfirst/idfirst_login.xhtml +++ b/docs/script-catalog/person_authentication/other/idfirst/idfirst_login.xhtml @@ -11,7 +11,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/apple/login.xhtml b/jans-auth-server/server/src/main/webapp/auth/apple/login.xhtml index e30a0ba3177..6e67f96fdde 100644 --- a/jans-auth-server/server/src/main/webapp/auth/apple/login.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/apple/login.xhtml @@ -10,7 +10,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/compromised/complogin.xhtml b/jans-auth-server/server/src/main/webapp/auth/compromised/complogin.xhtml index c4ba7346b1f..746fbc85e35 100644 --- a/jans-auth-server/server/src/main/webapp/auth/compromised/complogin.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/compromised/complogin.xhtml @@ -10,7 +10,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/fido2/step1.xhtml b/jans-auth-server/server/src/main/webapp/auth/fido2/step1.xhtml index fb0be7ca307..74eab35407f 100644 --- a/jans-auth-server/server/src/main/webapp/auth/fido2/step1.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/fido2/step1.xhtml @@ -10,7 +10,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/github/detailsForm.xhtml b/jans-auth-server/server/src/main/webapp/auth/github/detailsForm.xhtml index df63243f3d4..26453b4c2bf 100644 --- a/jans-auth-server/server/src/main/webapp/auth/github/detailsForm.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/github/detailsForm.xhtml @@ -9,7 +9,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/github/login.xhtml b/jans-auth-server/server/src/main/webapp/auth/github/login.xhtml index ff322fa2560..7bc2c31ec09 100644 --- a/jans-auth-server/server/src/main/webapp/auth/github/login.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/github/login.xhtml @@ -9,7 +9,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/google/login.xhtml b/jans-auth-server/server/src/main/webapp/auth/google/login.xhtml index 25a06b6ac72..a3bc97a5592 100644 --- a/jans-auth-server/server/src/main/webapp/auth/google/login.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/google/login.xhtml @@ -10,7 +10,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/register/register.xhtml b/jans-auth-server/server/src/main/webapp/auth/register/register.xhtml index b6cc423a269..c8b97a3d0fe 100644 --- a/jans-auth-server/server/src/main/webapp/auth/register/register.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/register/register.xhtml @@ -11,7 +11,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/device_authorization.xhtml b/jans-auth-server/server/src/main/webapp/device_authorization.xhtml index 5b5f7fc3c18..699c7fdd835 100644 --- a/jans-auth-server/server/src/main/webapp/device_authorization.xhtml +++ b/jans-auth-server/server/src/main/webapp/device_authorization.xhtml @@ -16,7 +16,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/login.xhtml b/jans-auth-server/server/src/main/webapp/login.xhtml index 935c679caf3..91ac980f949 100644 --- a/jans-auth-server/server/src/main/webapp/login.xhtml +++ b/jans-auth-server/server/src/main/webapp/login.xhtml @@ -9,7 +9,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/selectAccount.xhtml b/jans-auth-server/server/src/main/webapp/selectAccount.xhtml index c2fc5d9744c..50303a51b3f 100644 --- a/jans-auth-server/server/src/main/webapp/selectAccount.xhtml +++ b/jans-auth-server/server/src/main/webapp/selectAccount.xhtml @@ -30,7 +30,7 @@ - + From a1d76fbd3c68ecbbf7b1606045d4a4663d3613ed Mon Sep 17 00:00:00 2001 From: ossdhaval <343411+ossdhaval@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:43:36 +0530 Subject: [PATCH 4/6] fix(jans-auth-server): replace Gluu Inc with Janssen Project Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> --- .../src/main/webapp/auth/forgot_password/entertoken.xhtml | 2 +- .../server/src/main/webapp/auth/forgot_password/forgot.xhtml | 2 +- .../src/main/webapp/auth/forgot_password/newpassword.xhtml | 2 +- jans-auth-server/server/src/main/webapp/auth/otp/enroll.xhtml | 2 +- jans-auth-server/server/src/main/webapp/auth/otp/otplogin.xhtml | 2 +- .../server/src/main/webapp/auth/passport/passportlogin.xhtml | 2 +- .../server/src/main/webapp/auth/pwd/newpassword.xhtml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jans-auth-server/server/src/main/webapp/auth/forgot_password/entertoken.xhtml b/jans-auth-server/server/src/main/webapp/auth/forgot_password/entertoken.xhtml index a63fbed5b31..3c46572bcda 100644 --- a/jans-auth-server/server/src/main/webapp/auth/forgot_password/entertoken.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/forgot_password/entertoken.xhtml @@ -17,7 +17,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/forgot_password/forgot.xhtml b/jans-auth-server/server/src/main/webapp/auth/forgot_password/forgot.xhtml index b5c6baf5061..6976882ec76 100644 --- a/jans-auth-server/server/src/main/webapp/auth/forgot_password/forgot.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/forgot_password/forgot.xhtml @@ -17,7 +17,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/forgot_password/newpassword.xhtml b/jans-auth-server/server/src/main/webapp/auth/forgot_password/newpassword.xhtml index eecfc531a41..26f47864978 100644 --- a/jans-auth-server/server/src/main/webapp/auth/forgot_password/newpassword.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/forgot_password/newpassword.xhtml @@ -18,7 +18,7 @@ - + diff --git a/jans-auth-server/server/src/main/webapp/auth/otp/enroll.xhtml b/jans-auth-server/server/src/main/webapp/auth/otp/enroll.xhtml index d5b4f27694e..0f913b6ba7b 100644 --- a/jans-auth-server/server/src/main/webapp/auth/otp/enroll.xhtml +++ b/jans-auth-server/server/src/main/webapp/auth/otp/enroll.xhtml @@ -13,7 +13,7 @@