ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008791ClearCenterapp-owncloud - ownCloud for Homepublic2016-05-20 09:412016-06-13 13:41
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version7.2.0 Updates 
Target Version7.2.0 UpdatesFixed in Version7.2.0 Updates 
Summary0008791: Database pw containing / can cause issues
Descriptionhttps://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.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- 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