[Geoserver-devel] [jira] (GEOS-6528) Change master password using REST API

Christian Mueller created an issue

GeoServer / New FeatureGEOS-6528

Change master password using REST API

Issue Type:

New FeatureNew Feature

Affects Versions:

2.6-beta

Assignee:

Christian Mueller

Components:

REST, Security

Created:

09/Jun/14 12:11 AM

Fix Versions:

2.6-beta

Priority:

MajorMajor

Reporter:

Christian Mueller

The master password could be fetched with
geoserver/rest/security/masterpw.xml

The user needs administrative privileges.

A master password change can be triggered with a PUT request. The request body is

<root>
<MasterPassword>oldPassword</MasterPassword>
<NewMasterPassword>newPassword</NewMasterPassword>
</root>

Allowed formats: XML,JSON

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)

Atlassian logo