-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
None
-
None
-
None
It is enough to run the following SQL queries to find out what is the password for the connection to a repository.
select vc.vcsname, ps.id, pe.property_key, ps.propertyvalue from propertystring ps, propertyentry pe, versioncontrol vc where pe.id = ps.id and pe.entity_id = vc.id and pe.property_key = 'cvspassword'; vcsname | id | property_key | propertyvalue -------------+-------+--------------+--------------- mod1 | 10055 | cvspassword | pass1 mod2 | 10065 | cvspassword | mypass (2 rows)
- duplicates
-
JRASERVER-5226 Encrypt mail passwords in JIRA database
- Gathering Interest