You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/js/setupchecks.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -183,10 +183,10 @@
183
183
type: OC.SetupChecks.MESSAGE_TYPE_INFO
184
184
});
185
185
}
186
-
if(!data.isUrandomAvailable){
186
+
if(!data.isRandomnessSecure){
187
187
messages.push({
188
-
msg: t('core','/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation</a>.',{docLink: data.securityDocs}),
189
-
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
188
+
msg: t('core','No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation</a>.',{docLink: data.securityDocs}),
msg: '/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the <a href="https://docs.owncloud.org/myDocs.html" rel="noreferrer noopener">documentation</a>.',
329
-
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
328
+
msg: 'No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a href="https://docs.owncloud.org/myDocs.html" rel="noreferrer noopener">documentation</a>.',
0 commit comments