Skip to content
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

"Display message if username unavailable" config is hidden in the self registration configs #22407

Open
pamodaaw opened this issue Jan 24, 2025 · 0 comments
Labels
Severity/Major Type/Bug ui Issues reported in the user interface of the embedded portals (Ex: Myaccount, Console)

Comments

@pamodaaw
Copy link
Contributor

pamodaaw commented Jan 24, 2025

Description

Issue 1:

Display message if username unavailable config check box is hidden when the Account verification config is unticked in the Self Registration configuration UI.

When Account verification config is ticked

Image

When Account verification config is unticked

Image

Issue 2

The Display message if username unavailable is not updated properly in the API request going to the BE. The value is always set to true.

Request URL:
https://localhost:9443/api/server/v1/identity-governance/VXNlciBPbmJvYXJkaW5n/connectors/c2VsZi1zaWduLXVw

Request Method:
PATCH

Request Body:

{
    "operation": "UPDATE",
    "properties": [
        {
            "name": "SelfRegistration.AutoLogin.Enable",
            "value": false
        },
        {
            "name": "SelfRegistration.LockOnCreation",
            "value": true
        },
        {
            "name": "SelfRegistration.NotifyAccountConfirmation",
            "value": "true"
        },
        {
            "name": "SelfRegistration.SendConfirmationOnCreation",
            "value": true
        },
        {
            "name": "SelfRegistration.ShowUsernameUnavailability",
            "value": "true"
        },
        {
            "name": "SelfRegistration.VerificationCode.ExpiryTime",
            "value": "1440"
        },
        {
            "name": "SelfRegistration.Enable",
            "value": "true"
        }
    ]
}

Steps to Reproduce

Refer above

Version

wso2is-7.1.0-m8

Environment Details (with versions)

No response

@pamodaaw pamodaaw added ui Issues reported in the user interface of the embedded portals (Ex: Myaccount, Console) Severity/Minor Severity/Major and removed Severity/Minor labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Severity/Major Type/Bug ui Issues reported in the user interface of the embedded portals (Ex: Myaccount, Console)
Projects
Development

No branches or pull requests

1 participant