Details
-
Bug
-
Resolution: Fixed
-
Minor
-
2.4 M1
-
None
-
Unknown
-
N/A
-
N/A
-
Description
{{velocity}} #set($adminDoc = $xwiki.getDocument('XWiki.Admin')) #set($adminObj = $adminDoc.getObject('XWiki.XWikiUsers')) $adminDoc.getValue('password', $adminObj) {{/velocity}}
IMO view permission means you have permission to view the page and all content.
If we are to hide passwords I think we should either look toward adding a salt which is kept secret in a config file or moving all passwords into a document which users don't have view access to.
Otherwise we will forever be adding hacks to patch leak after leak.
</soapbox>
Attachments
Issue Links
- depends on
-
XWIKI-9599 Support multiple password hashing functions to store/verify user password
- Open
- is duplicated by
-
XWIKI-5777 Password property is accessible using getValue function
- Closed
-
XWIKI-1127 Add support for 'salting' passwords
- Closed
- is related to
-
XE-1499 Conflict on Admin user when upgrading from 6.4.4 to 7.1.1
- Closed
-
XWIKI-12446 When importing a empty password field we ends up with a hash in the database
- Closed
- relates to
-
XWIKI-12561 Can't compare two XWikiDocument with password property initialized with a clear password anymore
- Open
-
XWIKI-11801 ResetPassword feature is broken by password salting
- Closed
-
XWIKI-8936 Watchlist dumps user's password hashes in its regular update mails
- Closed
-
XWIKI-11288 Add a second level of salting for passwords, using a secret salt stored in xwiki.preferences
- Open
- links to