-
Notifications
You must be signed in to change notification settings - Fork 72
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
Functionality for "Forgot password" #764
Comments
@GGunnar what is the acceptance criteria or functionality for github users? |
@GGunnar Also need input on the accepted email template. I have created tasks for the same |
This issue concerns only functionality for "forgot password" for Gitea users, hence it should be clear for the user that the functionality is only for this user and not the Github user. |
technical tasks completed. I suggest we create a new issue for nice to have feature such as design for the email.s |
design extracted into seperate issue #6133 |
Emails are sent based on the templates in the gitea repository, and text changes didn't have an effect, templates should be duplicated to ensure norwegian text |
@acn-sbuad We could override this https://github.com/go-gitea/gitea/blob/master/templates/mail/auth/reset_passwd.tmpl But the question then becomes, is it possible to support multiple languages in these templates? Changing the template to only Norwegian would be a quick "hack", but I don't think we should do that. |
@acn-sbuad FYI, support seems to be on it's way in Gitea 1.15 (next release) go-gitea/gitea#14822. |
After discussion with designers we will keep the norwegian template for now as the result would be emails containing both Norwegian and English, but follow up on the new feature from Gitea.. |
Keeping emails as is for now with the mixed language. Closing issue |
well since it point to gitea mail translation email ... If you like to get full norwegian support, just translate strings on crowdin asap go-gitea/gitea#16200 got merged :) |
https://crowdin.com/project/gitea/no only has 15% translated and nothing approved - ok it wong go in with so less anyway ... |
Well as project admin yes ;) I'll try it. Best would if you & your team just maintain translation upstream so all will benefit. you can use github as Oauth source, if you decide to create an acount let me know and I add you as provereader for norwegian :) |
@altinnadmin thanks now it's at 47% !! - PS: it only will be added if at least 25% are approved https://github.com/go-gitea/gitea/blob/e7b47c5/build/update-locales.sh#L12 |
@6543 Great! I've just created my crowdin-account now. 47%... Hmmm, seems like there's still room for improvements... 😁 I prefer doing the translation directly in the ini file, while testing in Gitea locally, way more efficient than using the crowdin UI, and testing is part of the process. If I translate the rest, and you upload the new "100%-file", will I then be able to approve the translations, so we get to 100% translated and 100% approved for Norwegian Bokmål? After that I could keep on maintaining the Norwegian translation upstream in crowdin, sounds like a fun little pet project that would benefit both Gitea and Altinn. |
do as you like - just make sure that you use the latest locale: https://github.com/go-gitea/gitea/blob/main/options/locale/locale_en-US.ini and I only approve existing strings who already have at least 1 vote on crowdin - if i upload a new locale it is not approved - so you have to look throu all of them anyway :/ current no locale: |
@altinnadmin you have to Join https://crowdin.com/project/gitea :) |
Done! :)
Norwegian comes in two written versions, All 3 variants seems to be present in crowdin now... 😅 |
added prove-read rights to you ... feel free to chat with me via our discord server or create an issue if needed |
Description
Today the only way to reset password is with admin interaction. We should automate this process so that there is no need for human intervention for users who have forgot their password.
We should set up an email server that could be used to send an email with link for reset of password using existing functionality in Gitea that is currently disabled.
Screenshot
https://www.figma.com/file/EG80RgF70SgMyewzKpb5fJ9M/Altinn-Studio?node-id=598%3A8742
Default UI in Gitea:
Navigation from/to (if relevant)
From Login page
On landing page you will have two choices:
Technical considerations
Acceptance criterea
Design/Functional Tasks
- [ ] Email template for the reset password functionality (if possible to modify)Development Tasks
- [ ] Override authz e-mail templates in repository and ensure correct norwegian texts. Doc on how toTest/QA
- [ ] No mix of norwegian and english text, everything should be norwegianrefer commentThe text was updated successfully, but these errors were encountered: