Currently one can not shut down their account. While accounts should not be able to be deleted (as that is required to keep transaction records auditable), a server side API to allow the deactivation of an account should be made. Reactivation should be possible in the same way that initial account activation or password recovery is. Reproducible: Always
In the participant/info there should be the status of the account, like isActiveAccount: true/false. No??? So we need some new route(s) 1st solution: participant/activateAccount and participant/deactivateAccount 2nd solution: participant/accountStatus?status=false/true I prefer the second solution. comments... :)
Git commit 426141b6da4c2cbaa05dad04d5bfa98ea0deb6af by Giorgos Tsiapaliokas. Committed on 20/04/2013 at 18:01. Pushed by tsiapaliwkas into branch 'master'. add support for account activation and deactivation REVIEW: 110103 M +1 -1 server/config.sample.json M +11 -2 server/lib/db/changeAccountDetails.js M +5 -3 server/lib/db/participantInfo.js http://commits.kde.org/bodega-server/426141b6da4c2cbaa05dad04d5bfa98ea0deb6af
Git commit d1857350bba9998310c00833dbc08067032e22ca by Giorgos Tsiapaliokas. Committed on 20/04/2013 at 18:01. Pushed by tsiapaliwkas into branch 'terietor/account/activation2'. add support for account activation and deactivation REVIEW: 110103 M +1 -1 server/config.sample.json M +11 -2 server/lib/db/changeAccountDetails.js M +5 -3 server/lib/db/participantInfo.js http://commits.kde.org/bodega-server/d1857350bba9998310c00833dbc08067032e22ca