diff --git a/src/Model/Table/StateUsersTable.php b/src/Model/Table/StateUsersTable.php index 387fa0697..1d645f34d 100644 --- a/src/Model/Table/StateUsersTable.php +++ b/src/Model/Table/StateUsersTable.php @@ -38,7 +38,7 @@ class StateUsersTable extends Table parent::initialize($config); $this->setTable('state_users'); - $this->setDisplayField('id'); + $this->setDisplayField('email'); $this->setPrimaryKey('id'); /*$this->belongsTo('Indices', [ diff --git a/src/Template/Layout/frontend_ripple.ctp b/src/Template/Layout/frontend_ripple.ctp index 52d0eb43a..136e81476 100644 --- a/src/Template/Layout/frontend_ripple.ctp +++ b/src/Template/Layout/frontend_ripple.ctp @@ -47,8 +47,16 @@ $GLOBALS["self"] = $this;