[opensuse-buildservice] How to maintain user accounts on own obs instance
Hi, read through http://openbuildservice.org/help/manuals but it is not very helpful. trying to 'enable' a new registered account ? How can I do that ? thank you -- Christian ---------------------------------------------------- - Please do not 'CC' me on list mails. Just reply to the list :) ---------------------------------------------------- http://www.sc24.de - Sportbekleidung ----------------------------------------------------
On Sonntag, 19. Februar 2017, 23:07:41 CET wrote Christian:
Hi,
read through http://openbuildservice.org/help/manuals but it is not very helpful.
trying to 'enable' a new registered account ? How can I do that ?
Login as admin user (or a user who has the admin rights). In case you want to use the webui, go to main page, configuration, Manage Users. -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 20.02.2017 um 07:55 schrieb Adrian Schröter:
On Sonntag, 19. Februar 2017, 23:07:41 CET wrote Christian:
Hi,
read through http://openbuildservice.org/help/manuals but it is not very helpful.
trying to 'enable' a new registered account ? How can I do that ?
Login as admin user (or a user who has the admin rights).
In case you want to use the webui, go to main page, configuration, Manage Users.
thank you... is there a mass change possible ? I want to select and delete all 'unconfirmed' users. -- Christian ---------------------------------------------------- - Please do not 'CC' me on list mails. Just reply to the list :) ---------------------------------------------------- http://www.sc24.de - Sportbekleidung ---------------------------------------------------- -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Montag, 20. Februar 2017, 13:23:17 CET wrote Christian:
Am 20.02.2017 um 07:55 schrieb Adrian Schröter:
On Sonntag, 19. Februar 2017, 23:07:41 CET wrote Christian:
Hi,
read through http://openbuildservice.org/help/manuals but it is not very helpful.
trying to 'enable' a new registered account ? How can I do that ?
Login as admin user (or a user who has the admin rights).
In case you want to use the webui, go to main page, configuration, Manage Users.
thank you... is there a mass change possible ? I want to select and delete all 'unconfirmed' users.
Either use the rails console or via the api: osc api -X POST /person/$user?cmd=delete -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 20.02.2017 um 13:27 schrieb Adrian Schröter:
On Montag, 20. Februar 2017, 13:23:17 CET wrote Christian:
is there a mass change possible ? I want to select and delete all 'unconfirmed' users.
Either use the rails console or via the api: Don't know rails console ...
osc api -X POST /person/$user?cmd=delete
admin@lap:~> osc -A obs api -X POST /person/JosephGar?cmd=delete Server returned an error: HTTP Error 400: Bad Request Allowed commands are 'change_password' And when in webui on 'next' List, it switches back to 'first' list after action ... annoying. how to get rid of 'deleted' users ? how to get rid of 'registration' ? -- Christian ---------------------------------------------------- - Please do not 'CC' me on list mails. Just reply to the list :) ---------------------------------------------------- http://www.sc24.de - Sportbekleidung ----------------------------------------------------
On Montag, 20. Februar 2017, 13:36:06 CET wrote Christian:
Am 20.02.2017 um 13:27 schrieb Adrian Schröter:
On Montag, 20. Februar 2017, 13:23:17 CET wrote Christian:
is there a mass change possible ? I want to select and delete all 'unconfirmed' users.
Either use the rails console or via the api: Don't know rails console ...
osc api -X POST /person/$user?cmd=delete
admin@lap:~> osc -A obs api -X POST /person/JosephGar?cmd=delete Server returned an error: HTTP Error 400: Bad Request Allowed commands are 'change_password'
right, that is OBS 2.8 feature ... (beta 1 is almost there, just update before ;)
And when in webui on 'next' List, it switches back to 'first' list after action ... annoying.
how to get rid of 'deleted' users ? how to get rid of 'registration' ?
osc api -e /configuration and set <registration>allow</registration> -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 20.02.2017 um 13:39 schrieb Adrian Schröter:
On Montag, 20. Februar 2017, 13:36:06 CET wrote Christian:
right, that is OBS 2.8 feature ... (beta 1 is almost there, just update before ;) when it solves the next problem ...
And when in webui on 'next' List, it switches back to 'first' list after action ... annoying.
how to get rid of 'deleted' users ?
so there is no way to really delete users ?
how to get rid of 'registration' ?
osc api -e /configuration admin@lap:~/MyOBS> osc -A obs api -e /configuration Server returned an error: HTTP Error 422: Unprocessable Entity
and set
<registration>allow</registration>
did you mean 'deny' or 'disallow' ? -- Christian ---------------------------------------------------- - Please do not 'CC' me on list mails. Just reply to the list :) ---------------------------------------------------- http://www.sc24.de - Sportbekleidung ----------------------------------------------------
participants (2)
-
Adrian Schröter
-
Christian