Skip to content

How to change entered creds? #2

@JWaters02

Description

@JWaters02

I am using JCL Check extension first time, and it asked me to input my user and password but I got confused as I expected it to just use the Zowe credentials. So for username I entered user. Now I realise this mistake, I want to go back and change my username, but I can't find the option to change it. I tried uninstalling and reinstalling extension. I tried deleting jclcheck from Zowe global config file, restarting VS Code and readding it back in.

And why it doesn't use Zowe credentials?

My global zowe.config.json file:

{
    "$schema": "./zowe.schema.json",
    "profiles": {
        ...other profile types...
        "jclcheck": {
            "type": "jclcheck",
            "properties": {
                "port": 7100,
                "basePath": "cajclcheck/api/v1",
                "rejectUnauthorized": false
            },
            "secure": []
        },
        "base": {
            "type": "base",
            "properties": {
                "host": "hostname",
                "rejectUnauthorized": false
            },
            "secure": [
                "user",
                "password"
            ]
        }
    },
    "defaults": {
        "zosmf": "zosmf",
        "tso": "tso",
        "ssh": "ssh",
        "cics": "cics",
        "jclcheck": "jclcheck",
        "base": "base"
    },
    "autoStore": true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions