-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(theme): remove duplicate test file
- Loading branch information
Showing
2 changed files
with
43 additions
and
153 deletions.
There are no files selected for viewing
128 changes: 0 additions & 128 deletions
128
import/keycloak-themes/catenax-shared/login/test-update-2.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- | ||
- Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation | ||
- Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation | ||
- | ||
- See the NOTICE file(s) distributed with this work for additional | ||
- information regarding copyright ownership. | ||
|
@@ -17,16 +17,14 @@ | |
- SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> | ||
<!DOCTYPE html> | ||
<html class=""> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<meta name="robots" content="noindex, nofollow"> | ||
|
||
<title>Sign in to Martins Global Enterprise</title> | ||
<link rel="icon" href="/auth/resources/2wb2s/login/catenax-shared-portal/img/favicon.ico" /> | ||
<title>Sign in to Martins Company 2</title> | ||
<link href="./resources/css/Main.css" rel="stylesheet" /> | ||
<script src="./resources/js/Main.js"></script> | ||
</head> | ||
|
@@ -35,7 +33,7 @@ | |
<div class=""> | ||
<div id="kc-header" class=""> | ||
<div id="kc-header-wrapper" | ||
class="">Martins Global Enterprise</div> | ||
class="">Martins Company 2</div> | ||
</div> | ||
<div class=""> | ||
<header class=""> | ||
|
@@ -55,20 +53,24 @@ <h1 id="kc-page-title"> Update password | |
<span class="">You need to change your password to activate your account.</span> | ||
</div> | ||
|
||
<form id="kc-passwd-update-form" class="" action="https://sharedidp.dev.demo.catena-x.net/auth/realms/idp26/login-actions/required-action?session_code=4gyDbhhLYVwn692-3SZGOIIf0dJDXP9jWdMQgtlxuu0&execution=UPDATE_PASSWORD&client_id=central-idp&tab_id=mNoDfxcVxcc" method="post"> | ||
<input type="text" id="username" name="username" value="[email protected]" autocomplete="username" | ||
readonly="readonly" style="display:none;"/> | ||
<input type="password" id="password" name="password" autocomplete="current-password" style="display:none;"/> | ||
|
||
<form id="kc-passwd-update-form" class="" action="https://sharedidp-rc.dev.demo.catena-x.net/auth/realms/idp8/login-actions/required-action?session_code=XNVYRo3eoPdMlMrlUUj0iFVZLPZADBcjxHTnQB9D_68&execution=UPDATE_PASSWORD&client_id=central-idp&tab_id=nqQOPk24W9A" method="post"> | ||
<div class=""> | ||
<div class=""> | ||
<label for="password-new" class="">New Password</label> | ||
</div> | ||
<div class=""> | ||
<input type="password" id="password-new" name="password-new" class="" | ||
autofocus autocomplete="new-password" | ||
aria-invalid="" | ||
/> | ||
<div class=""> | ||
<input type="password" id="password-new" name="password-new" class="" | ||
autofocus autocomplete="new-password" | ||
aria-invalid="" | ||
/> | ||
<button class="" type="button" aria-label="Show password" | ||
aria-controls="password-new" data-password-toggle | ||
data-icon-show="" data-icon-hide="" | ||
data-label-show="Show password" data-label-hide="Hide password"> | ||
<i class="" aria-hidden="true"></i> | ||
</button> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
@@ -78,27 +80,43 @@ <h1 id="kc-page-title"> Update password | |
<label for="password-confirm" class="">Confirm password</label> | ||
</div> | ||
<div class=""> | ||
<input type="password" id="password-confirm" name="password-confirm" | ||
class="" | ||
autocomplete="new-password" | ||
aria-invalid="" | ||
/> | ||
<div class=""> | ||
<input type="password" id="password-confirm" name="password-confirm" | ||
class="" | ||
autocomplete="new-password" | ||
aria-invalid="" | ||
/> | ||
<button class="" type="button" aria-label="Show password" | ||
aria-controls="password-confirm" data-password-toggle | ||
data-icon-show="" data-icon-hide="" | ||
data-label-show="Show password" data-label-hide="Hide password"> | ||
<i class="" aria-hidden="true"></i> | ||
</button> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<div class=""> | ||
<div id="kc-form-options" class=""> | ||
<div class=""> | ||
</div> | ||
</div> | ||
<div id="kc-form-options" class=""> | ||
<div class=""> | ||
<div class="checkbox"> | ||
<label> | ||
<input type="checkbox" id="logout-sessions" name="logout-sessions" value="on" checked> | ||
Sign out from other devices | ||
</label> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="kc-form-buttons" class=""> | ||
<input class=" " type="submit" value="Submit" /> | ||
</div> | ||
</div> | ||
</form> | ||
<script type="module" src="./resources/js/passwordVisibility.js"></script> | ||
|
||
|
||
|
||
</div> | ||
|