]> WPIA git - gigi.git/commit - src/club/wpia/gigi/pages/account/mail/MailManagementForm.templ
add: ensure to revoke certificates if email address is deleted
authorINOPIAE <m.maengel@inopiae.de>
Mon, 13 May 2019 13:28:26 +0000 (15:28 +0200)
committerINOPIAE <m.maengel@inopiae.de>
Thu, 19 Sep 2019 13:39:28 +0000 (15:39 +0200)
commit7da1e022744b277d2eaf2e445484cc2ec33f0fa5
tree3026d8b2848d91e1e54282710d84e66073c98996
parent305cf1415218d3d55a7e4106d39f35d70f09b117
add: ensure to revoke certificates if email address is deleted

Make sure all certificates that are not expired containing an email
address are revoked if email address is deleted from user account.
Function deleteEmailCerts is introduced to enable support to delete an
email address or account in a later patch.

Related to issue 60

Change-Id: I88c94e398b0e22465ac0cbf9623b101bcea072a6
src/club/wpia/gigi/dbObjects/User.java
src/club/wpia/gigi/pages/account/mail/MailManagementForm.templ
tests/club/wpia/gigi/dbObjects/TestUserManaged.java [new file with mode: 0644]
tests/club/wpia/gigi/testUtils/BusinessTest.java