Anonymous | Login | 2024-11-21 01:32 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0008791 | ClearCenter | app-owncloud - ownCloud for Home | public | 2016-05-20 09:41 | 2016-06-13 13:41 | ||||
Reporter | bchambers | ||||||||
Assigned To | bchambers | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.2.0 Updates | ||||||||
Target Version | 7.2.0 Updates | Fixed in Version | 7.2.0 Updates | ||||||
Summary | 0008791: Database pw containing / can cause issues | ||||||||
Description | https://www.clearos.com/clearfoundation/social/community/amount-of-users-in-owncloud-home#reply-129221 [^] Let's play safe and just another method of creating random 20 character pw - alphanumeric only: Replace openssl pw generator with: < /dev/urandom tr -dc A-Za-z0-9 | head -c${1:-20};echo; Not sexy, but bullet proof. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2016-05-20 09:41 | bchambers | New Issue | |
2016-05-20 09:41 | bchambers | Status | new => assigned |
2016-05-20 09:41 | bchambers | Assigned To | => bchambers |
2016-06-13 13:40 | bchambers | Status | assigned => acknowledged |
2016-06-13 13:41 | bchambers | Status | acknowledged => confirmed |
2016-06-13 13:41 | bchambers | Status | confirmed => resolved |
2016-06-13 13:41 | bchambers | Fixed in Version | => 7.2.0 Updates |
2016-06-13 13:41 | bchambers | Resolution | open => fixed |
2016-06-13 13:41 | bchambers | Status | resolved => closed |