Project

General

Profile

InCaseOfRedmineRgistrationIssues » History » Version 1

Denis 'GNUtoo' Carikli, 09/10/2020 08:39 PM
Import from Replicant wiki: The issue is now fixed but we want to save how it was fixed in case it comes back again

1 1 Denis 'GNUtoo' Carikli
h1. InCaseOfRedmineRgistrationIssues
2
3
h2. Redmine registration issues
4
5
Redmine registration is currently not working due to mail configuration issue.
6
7
People can create accounts but the account activation mail is never sent.
8
9
h3. To manually activate an account for people creating new accounts
10
11
* Send a mail to the "Mailing list":https://lists.osuosl.org/mailman/listinfo/replicant (Registration required) or the [[PrivateContact]] address or the mailing list.
12
13
h3. To manually activate an account for people that have admin access in the Redmine interface
14
15
If you have the mail in Maildir format:
16
<pre>
17
$ cat ./the_mail_in_Maildir_format | dkimverify 
18
signature ok
19
</pre>
20
21
With claws mail, open the mail, then click "File->Save Email as", then you can verify it with dkimverify manually:
22
<pre>
23
$ cat saved_mail | dkimverify
24
signature ok
25
</pre>
26
27
Then in Redmine, go in Administration->Users and Select All in Status, and search for the mail address.
28
29
Make sure that there is only one email matching, and then, once the user is selected, you should see the following links on the top-right of the page:
30
> Emails Activate Delete Users
31
32
You can then activate the account by clicking on "Activate".
33
34
Be aware that there is no confirmation and that once the button is clicked, the account is activated immediately.