Re: [fossil-users] User admin
> > How can I delete a user from a repository? In 1.29, on the 'users' > > page there's only an 'add' tab. On an individual user's page > > there's only a 'cancel' tab, that discards any change. > > > > Also, is it possible to change the login name (username) for a given > > user ID? > > > > You can change the username. > > The only way to remove a user is to use raw SQL and "DELETE FROM user > WHERE login=?" Thanks, Zoltan ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
Re: [fossil-users] User admin
On Tue, Sep 30, 2014 at 9:47 AM, Zoltán Kócsi wrote: > How can I delete a user from a repository? In 1.29, on the 'users' page > there's only an 'add' tab. On an individual user's page there's only a > 'cancel' tab, that discards any change. > > Also, is it possible to change the login name (username) for a given > user ID? > You can change the username. The only way to remove a user is to use raw SQL and "DELETE FROM user WHERE login=?" -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users