Change header at the keycloak login panel - keycloak

I need to style my login screen for a keycloak. I am using themeing and have been already override few texts at keycloak/theme/login/messages/messages_en.properties
But I could not change text at the header. My inspection says that it is this line
<h1 id="kc-page-title"><#nested "header"></h1>
It renders as a "Sign in to your account" at my screen and I need to change this text. Could anyone help me?

Related

Flutter create a passowrd rules dialog

at the moment i try to revised my password textfield.
I'm adding passwort rules.
For Example the password must allways 8 letters length...
Now i want a dialog for more useful information for the user.
I found in the internet a nice example.
Here the example:
My problem, i don't know how i can create this dialog in flutter.
I found the alertDialog in internet, but the background changes and the dialog close after the user klick on screen.
Here a emxample from AlertDialog:
Anyone have a idea how i can create a dialog like the first example.
The dialog should always visible.
Also if the user klick on screen.
But it should also allow the user to edit the textfield.
Many thx (:
I think the easiest way is to toast when the user clicks on submit button you can show this or you can show in text form field error text so user gets specific text like "Enter your name".

Facebook React Native SDK login button too small

The default login button for Facebook's React Native SDK isn't rendering all of the text "Continue with Facebook" and instead it cuts off at the "k" in Facebook. It seems like the container needs to be tad larger to render the logo and entire text. After logging in, the text "Log out" fits fine.
I know that this button can be customized, but this should be fine out of the box. Any idea how to resolve this?

Firefox addon SDK - Sidebar or panel with embedded browser

I want to develop a firefox addon sdk to show a sidebar or a panel that contains an embedded browser with a navigation bar.
I have constraint too : Since the page shown in the embedded browser, I want to be able to inspect the dom, to hightlight some specific text and also to be able to select text from and send it to a specific input in sidebar with right menu.
Is there some examples or ideas how can I do this?
P.S : I'm sorry for my bad English ;)
Use sidebar module, create HTML file with a fixed textarea top:0, left:0, width: 100%. Create an iframe that takes up the rest of the sidebar. User enters text into the textarea, then listen for enter keystroke, use regex to see if it's a URL, and set iframe source to the URL if it's a URL or to a Google search if not.
Loading a whole browser into the sidebar seems like overkill, but if you really want to, try to load chrome://browser/content/browser.xul into the sidebar.

Why don't show image in front page

I'm building e-learning site by moodle. I add image as banner at Settings-> Site Administration
-> Appearance -> Additional HTML.
It is shown after login but can't show before login.
Please, can anyone provide a suggestion to this?
Go to Settings > Site Admin > Front page settings and tick "Include a topic section"
There are a number of other useful settings on that page, such as what users see before and after they log in.
You then need to add a Resource ("Label") in the Topic section on top.
Where do you want the banner to appear? Is it a site logo? Should it be in the header? Footer? Sidebar?
If it's a logo in the top left corner you're after, use a theme that supports logos such as Afterburner.
HTH,
ghee dough

Facebook login button custom text changing after logout

I have application where i have put custom text "Connect". on fb-login button but after fb logout. it gets changed to "Log In" rather than "Connect".
Connect
any resolution for it.
You can use the FB.getLoginStatus to set the button InnerText to Connect or Log In which ever you want...