[TYPO3-project-seminars] Auto Delte onetime FE accounts ?!

Oliver Klee typo3-german-02 at oliverklee.de
Sun Aug 30 14:04:39 CEST 2009


Hi,

Daniel Rutzen schrieb:
> Is there a way to auto delete the created FE onetime accounts?

Currently not, no.

I'd strongly recommend against deleting the onetimeaccount FE user
records because they contain the address, name etc. of the person who
has registered. Registration records without a matching FE user record
will break all sorts of stuff.

Still, if you wish to manually delete onetimeaccount-created FE user
records, you could configure onetimeaccount to assign the user records a
particular FE user group. Then you could delete the records from the DB
using PhpMyAdmin: DELETE FROM fe_users WHERE usergroup = ...; (insert
the UID at the ...).


Oliver


More information about the TYPO3-project-seminars mailing list