Changes between Version 1 and Version 2 of MapGuideRfc160
- Timestamp:
- 06/09/17 06:38:15 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc160
v1 v2 56 56 Usage will be as follows: 57 57 58 {{{mgserver setpwd <mapguide username> < administratorpassword>}}}58 {{{mgserver setpwd <mapguide username> <password>}}} 59 59 60 60 In this mode, the MapGuide Server will set the account password of the specified built-in user to the value provided from the command line … … 93 93 Due to this information not being essential (it is merely descriptors of the user accounts), it was decided for the simplicity of implementation that losing such information through this command was an acceptable trade-off. 94 94 95 This implementation resides in the [http://trac.osgeo.org/mapguide/browser/sandbox/jng/cmdline cmdline] sandbox. Upon adoption of this RFC, it will be merged into trunk. 96 95 97 == Test Plan == 96 98 99 * Verify we can still run {{{mgserver}}} interactively and as a service 97 100 * Verify new commands perform as expected 98 101 * Verify we can still run unit tests through the refactored test command