Add a test to User.t to make sure it isn't leaking groups.
Update POD in User.pm and Group.pm.
This commit is contained in:
parent
2b8d9a7b48
commit
8d561101b5
3 changed files with 19 additions and 7 deletions
|
|
@ -189,7 +189,10 @@ sub dateCreated {
|
|||
|
||||
=head2 delete ( )
|
||||
|
||||
Deletes this user.
|
||||
Deletes this user, removes their user profile data, cleans up their
|
||||
inbox, removes userSessionScratch data and authentication information,
|
||||
removes them from any groups they belong to and deletes their
|
||||
Friend's group.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue