mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-13 12:57:59 +00:00
use password field for encryption key
This commit is contained in:
parent
84511a7eda
commit
c5eac169ec
|
|
@ -777,7 +777,7 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk))
|
|||
<?php $this->showConfigUser('settings_autoLoginUser', 'autoLoginUser', true); ?>
|
||||
<?php $this->showConfigText('settings_quota', 'quota'); ?>
|
||||
<?php $this->showConfigUser('settings_undelUserIds', 'undelUserIds', true, true); ?>
|
||||
<?php $this->showConfigText('settings_encryptionKey', 'encryptionKey'); ?>
|
||||
<?php $this->showConfigText('settings_encryptionKey', 'encryptionKey', 'password'); ?>
|
||||
<?php $this->showConfigText('settings_cookieLifetime', 'cookieLifetime'); ?>
|
||||
<?php $this->showConfigOption('settings_defaultAccessDocs', 'defaultAccessDocs', array(' 0'=>'inherited', ' '.M_NONE=>'access_mode_none', ' '.M_READ=>'access_mode_read', ' '.M_READWRITE=>'access_mode_readwrite'), false, true); ?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user