Michael Behan | 1 Apr 2005 18:43

Deleting users?

How do I delete a user in flyspray 0.9.7?

Thanks

-- 
Michael Behan
Lead Project Manager

EZ Yield.com, Inc.
481 N. State Road 434 Suite 117
Altamonte Springs, FL 32714

v 407.629.0900 ext 29

IMPORTANT NOTICE:
The information contained in this e-mail message
may be privileged and confidential. If you are
not the intended recipient, any further
disclosure or use, distribution, or copying of
this message or any attachment is strictly
prohibited. If you have received this e-mail
message in error, please delete the e-mail, and
either e-mail the sender at the above address or
notify us at our telephone number (407) 629-0900.
Internet e-mail may be subject to delays,
non-delivery and unauthorized alterations,
therefore opinions, conclusions and other
information expressed are not binding upon
EZ Yield.com unless otherwise notified
independently of this message.
(Continue reading)

Eelco Lempsink | 2 Apr 2005 00:25
Picon

Re: Deleting users?

* Michael Behan [michael@...] wrote:
> How do I delete a user in flyspray 0.9.7?

I'm working on that:
http://flyspray.rocks.cc/bts/index.php?do=details&id=142

Apart from a little lack of time I haven't got around it because I
couldn't figure out a good, clean way to merge it with the current
interface.  I don't feel like changing the interface, so if anybody
has an idea how to get this functionality in, please let me know by
adding a comment to the task or of course through this mailinglist.

--

-- 
Regards,

Eelco Lempsink
My Flyspray work is sponsored by Paragin - http://paragin.nl

Re: Deleting users?

On Sat, 2005-04-02 at 00:25 +0200, Eelco Lempsink wrote:
> Apart from a little lack of time I haven't got around it because I
> couldn't figure out a good, clean way to merge it with the current
> interface.  I don't feel like changing the interface, so if anybody
> has an idea how to get this functionality in, please let me know by
> adding a comment to the task or of course through this mailinglist.

Perhaps the user interface does need changing, in the global groups
manager in particular.  Imagine a Flyspray installation with several
thousand users... it would take a long time to load that page with every
user listed at once.  Perhaps we need a way to hide group members on
first load, then have a button to show/load them.  A username search
might also be a good idea one day.

Of course, all this is out of the scope of FS#142.  :-)

Re

Tony

--

-- 
Please use this mailing list for all Flyspray discussion.
Read http://flyspray.rocks.cc/?p=support before emailing
me directly.
Hal Rottenberg | 1 Apr 2005 18:57
Picon

Re: Deleting users?

On Apr 1, 2005 11:43 AM, Michael Behan <michael@...> wrote:
> How do I delete a user in flyspray 0.9.7?

Well, there is no function to do this today.  The history behind this
sort of apparent lack is that when you delete records from a database,
it sometimes breaks relationships and causes unexpected problems.
It's sometimes easier to just not delete them.  :)

So, you can do one of these things:

1) Create a group with no permissions, call it "Retired" or something,
and assign the user there.  Maybe reset the password to some random
string.
2) Look at all tasks, see if any are assigned to Mr Foo, and manually
reassign them to someone else.  Then you go into your database and
delete the user ID record by hand, being sure to also clean up
references to it in other database tables.
3) Convince someone to code something that does option #2 automatically.  :)

I've done #2 before, but this was some time ago, before multi projects
and other permissions related things existed, so it was easier.

--
Psi webmaster (http://psi-im.org)
im:hal@...
http://halr9000.com
John R Pierce | 1 Apr 2005 18:57
Favicon

Re: Deleting users?

Michael Behan wrote:
> How do I delete a user in flyspray 0.9.7?

if the user has ANY records in a system, you really don't want to delete them, 
rather, disable them.   The same thing is true for operating systems, I *never* 
delete users from my Windows or Unix servers, instead, I disable them.   That 
way, 3 years later, when you run across a file they owned, you'll know who it 
was instead of `1047` (or worse, Windows GID {43242342-3242-432523612612} kind 
of stuff).

Gmane