Summary | horde-remove-user-data: accept command line paramaters |
Queue | Horde Base |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | skhorde (at) smail (dot) inf (dot) fh-bonn-rhein-sieg (dot) de |
Created | 02/27/2014 (4158 days ago) |
Due | |
Updated | 06/09/2014 (4056 days ago) |
Assigned | |
Resolved | 06/09/2014 (4056 days ago) |
Milestone | |
Patch | Yes |
commit 2a5e3d9d8a931c8be127201e238344694c55348a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jun 9 16:30:13 2014 -0600
Request #12997: Improved user deletion scripthorde/bin/horde-remove-user-data | 80 ++++++++++++++++++++++++++++++-------
1 files changed, 65 insertions(+), 15 deletions(-)
http://github.com/horde/horde/commit/2a5e3d9d8a931c8be127201e238344694c55348a
Assigned to Michael Slusarz
State ⇒ Resolved
New Attachment: h5_horde-remove-user-data_horde-argv.diff.bz2
New Attachment: h5_horde-remove-user-data_argv.diff.bz2
the spacing rules from our coding standards.
+ catch exceptions per user
+ let the use select with --continue option whether to terminate the
script on exception or not
+ display username if to remove an user failed
+ use command line processing found in horde-vfs
+ tried to comply with http://www.horde.org/apps/horde/docs/CODING_STANDARDS
New Attachment: horde-remove-user-data_commandline.diff.bz2
the spacing rules from our coding standards.
State ⇒ Feedback
Version ⇒ Git master
the spacing rules from our coding standards.
State ⇒ New
New Attachment: horde-remove-user-data.argv.diff.bz2
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ horde-remove-user-data: accept command line paramaters
Type ⇒ Enhancement
Priority ⇒ 1. Low
horde-remove-user-data [--force] [user...]
If no user is given, one is prompted for one.
If one user is specified, no prompt for users neither for the
application are displayed.
--force skips the yes/no prompt
Please rewrite the help screen :-)