|
|
@ -92,6 +92,10 @@ class Auth |
|
|
|
Auth\Option\Identity::ID_CRT_NEW |
|
|
|
Auth\Option\Identity::ID_CRT_NEW |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->_options[ |
|
|
|
|
|
|
|
Auth\Option\Identity::ID_CRT_NEW |
|
|
|
|
|
|
|
]->useName(); |
|
|
|
|
|
|
|
|
|
|
|
// Search database for auth records |
|
|
|
// Search database for auth records |
|
|
|
foreach ($this->page->container->browser->database->auth->like( |
|
|
|
foreach ($this->page->container->browser->database->auth->like( |
|
|
|
sprintf( |
|
|
|
sprintf( |
|
|
@ -140,7 +144,7 @@ class Auth |
|
|
|
{ |
|
|
|
{ |
|
|
|
// Append name entry after new identity option |
|
|
|
// Append name entry after new identity option |
|
|
|
$content->add( |
|
|
|
$content->add( |
|
|
|
$option->name, |
|
|
|
$option->name->gtk, |
|
|
|
true, |
|
|
|
true, |
|
|
|
true, |
|
|
|
true, |
|
|
|
0 |
|
|
|
0 |
|
|
@ -203,7 +207,7 @@ class Auth |
|
|
|
$this->page->container->browser->database->identity->add( |
|
|
|
$this->page->container->browser->database->identity->add( |
|
|
|
$identity->crt(), |
|
|
|
$identity->crt(), |
|
|
|
$identity->key(), |
|
|
|
$identity->key(), |
|
|
|
$this->_name->get_text() ? $this->_name->get_text() : null |
|
|
|
$option->name->getValue() |
|
|
|
), |
|
|
|
), |
|
|
|
$this->page->navbar->request->getValue() |
|
|
|
$this->page->navbar->request->getValue() |
|
|
|
); |
|
|
|
); |
|
|
|