-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Enhance USER_DISABLED_FEATURES to allow disabling change username or full name #31959
Conversation
Please don't submit translations except en-US. We use https://translate.gitea.com to do that work. |
7bcb8a4
to
7128278
Compare
Thank you! Translations re-updated in 7128278. |
Thank you for this PR, are you able to combine this into |
Thank you for your advice! I have updated my implementation and now its using Detailed description also updated in the first comment of this PR. |
Action |
This has been resolved. |
app.example.ini should be updated and a documentation PR should be created in https://gitea.com/gitea/docs |
Thank you! |
hey i want to contribute can you explain me a lil bit more?? |
This is pull request to resolve the problem, not the issue. |
* giteaofficial/main: [skip ci] Updated translations via Crowdin Allow filtering PRs by poster in the ListPullRequests API (go-gitea#32209) Fix bug when there are multiple triggers with workflow dispatch (go-gitea#32200) [skip ci] Updated licenses and gitignores [skip ci] Updated translations via Crowdin Upgrade htmx to 2.0.3 (go-gitea#32192) Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (go-gitea#31959) [skip ci] Updated translations via Crowdin Add support for searching users by email (go-gitea#30908) Fix PR creation on forked repositories (go-gitea#31863) [skip ci] Updated translations via Crowdin Fixed race condition when deleting documents by repoId in ElasticSearch (go-gitea#32185) add {{TEST_MINIO_ENDPOINT}} for local testing "with/without" docker + fix pgsql testing doc (go-gitea#32105) [skip ci] Updated translations via Crowdin
Fix #31958
Enhanced
USER_DISABLED_FEATURES
(alsoEXTERNAL_USER_DISABLE_FEATURES
) option in[admin]
section.Added following values:
change_username
: Disable change usernamechange_full_name
: Disable change full nameProgress: