-
Notifications
You must be signed in to change notification settings - Fork 459
Warnings, webui prop #2652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warnings, webui prop #2652
Conversation
This reverts commit 0fcf0b9.
| | | ||
| | | ||
| |### 1) Get your App key | ||
| | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
login should point to new portal
| |### 1) Get your App key | ||
| | | ||
| |[Sign up]($getServerUrl/user_mgt/sign_up) or [login]($getServerUrl/user_mgt/login) as a developer. | ||
| |[Sign up](${APIUtil.getPropsValue("webui_obp_portal_url", "http://localhost:5174")}/register) or [login]($getServerUrl/user_mgt/login) as a developer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
login should point to new portal
| <span> | ||
| {appendFieldId(<input id="textPassword" aria-labelledby="Password" aria-describedby={uniqueFieldId.getOrElse("")} type={formInputType} name={funcName} value={preFilledPassword}/> ) } | ||
| <div id="signup-error" class="alert alert-danger hide"> | ||
| <div id="password-error" class="alert alert-danger hide"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check here
| case _ => S.error(S.?("invalid.validation.link")); S.redirectTo(homePage) | ||
| } | ||
|
|
||
| override def actionsAfterSignup(theUser: TheUserType, func: () => Nothing): Nothing = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check not used by API
| theUser.setValidated(skipEmailValidation).resetUniqueId() | ||
| theUser.save | ||
| val privacyPolicyValue: String = getWebUiPropsValue("webui_privacy_policy", "") | ||
| val termsAndConditionsValue: String = getWebUiPropsValue("webui_terms_and_conditions", "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check not used by API
| <div id="signup-error" class="alert alert-danger hide"><span data-lift={s"Msg?id=${field.uniqueFieldId.getOrElse("")}&errorClass=error"}/></div> | ||
| </div> | ||
| } | ||
| <div class="form-group"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check this
| case _ => | ||
| //if the register page url (user_mgt/sign_up?after-signup=link-to-customer) contains the parameter | ||
| //after-signup=link-to-customer,then it will redirect to the on boarding customer page. | ||
| ObpS.param("after-signup") match { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably can't remove after-signup=link-to-customer yet
This reverts commit 233af77.
|



No description provided.