I'm guessing you don't want to *really* remove
the authors (because then they won't be listed
as authors for their specific articles).
For my authors, I've removed their email addresses
(and changed the template so that if there is
no email address in the user table, then don't
try to link to it).
I also (in mysql) set their passwords to "",
which isn't the encrypted version of any possible
password (as far as I know).
one possible solution (Score:1)
For my authors, I've removed their email addresses (and changed the template so that if there is no email address in the user table, then don't try to link to it).
I also (in mysql) set their passwords to "", which isn't the encrypted version of any possible password (as far as I know).
Would that be sufficient for you?