OpenWIS / openwis

http://openwis.github.io/openwis
GNU General Public License v3.0
11 stars 15 forks source link

3.16 - Self register Error #403

Open yvesgoupil opened 1 year ago

yvesgoupil commented 1 year ago

Self register fails.

yvesgoupil commented 1 year ago

After a testing the recent commit https://github.com/OpenWIS/openwis/commit/cb6c7822d233bc26d9757da985f7cac4e478e592 of December 7th , the self-registration is ok.

yvesgoupil commented 1 year ago

The mail workflow using SMTP must be tested.

abrmh commented 1 year ago

The issue is caused because of the missing user.setSecretKey , it should be added in class SelfRegister.java the following commit soles the issue commit cb6c7822d233bc26d9757da985f7cac4e478e592

yvesgoupil commented 1 year ago

The email sending at user creation using the self-registration on the user portal is done correctly. It remains to test the sending of mail to the user in case of exceeding the quotas and the sending of mail to the administrator for the request of higher privileges.

yvesgoupil commented 1 year ago

All the tests are ok.I set the label to "Close me".

Yves.