-
Bug
-
Resolution: Fixed
-
Major
-
None
System tried to send mail to user grixon@ast.cam.ac.uk where grixon is an account that has committed changes to SVN and ast.cam.ac.uk is the default email domain. I went to change that user's email setting and found the account not listed in the "manage users" page. I then tried to create the account and was told "account is already taken".
- is related to
-
JENKINS-7096 User is created even if invalid or missing information is typed
-
- Resolved
-
I don't see how this relates to the credentials plugin.
The credentials plugin adds screens for managing credentials external to Jenkins, e.g.
Jenkins » Manage Jenkins » Manage Credentials
which manages credentials available to all slaves and jobs (i.e. global scope) or all slaves (i.e. system scope)
and
People » (the currently logged in user) » Configure
Which has the option to store credentials for the currently logged in user.
The second one is only (to my knowledge) really effectively used by the CloudBees Deployer Plugin, but other plugins may start picking it up.