I'm trying to use JSON to import Users, I'm doing OK but cannot get the password to work
{
"users": [
{
"name": "alice",
"fullname": "Alice Foo"
, "email": "Alice.foo@sungard.com", "password": "password" }
]}
Which works fine (I'm using the system, external system import, import from json beta), but I log out and try to login as alice and it doesn't let me login, I tried putting "confirm" : "password" in too but it didn't like the field, help please?
Thx
Setting up passwords using JSON importer is not supported. Currently none of the importers imports passwords.
You need to use a different mechanism for setting the password, I think you can use JIRA command line tools for that, or just ask users to use password recovery from Log in page.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.