Skip to content

Input field for "GitLab API Key" should have "type=password" #329

Closed
@CamilleDesmots

Description

@CamilleDesmots

In the function "update_repo_forl" of the file "SourceGitlab.php" the input field for "GitLab API key" should have the attribute "type=password".
See the text in bold in this sample :

<td class="category"><?php echo plugin_lang_get( 'hub_app_secret' ) ?></td>
<td>

<input type="text" name="hub_app_secret" type=password maxlength="250" size="40" value=""/>

</td>
</tr>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions