We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcbd39 commit 56faddcCopy full SHA for 56faddc
composer.json
@@ -2,7 +2,7 @@
2
"name": "passbolt/passbolt-selenium-api",
3
"description": "Passbolt selenium testing helper endpoints",
4
"type": "cakephp-plugin",
5
- "version": "3.1.1",
+ "version": "3.1.2",
6
"keywords": [
7
"password",
8
"passbolt",
src/Controller/EmailController.php
@@ -51,6 +51,9 @@ public function beforeFilter(EventInterface $event)
51
*/
52
public function showLastEmail($username)
53
{
54
+ // Initiate table to load avatar size configuration
55
+ TableRegistry::getTableLocator()->get('Avatars');
56
+
57
// If username is not an email, throw an error
58
if (!Validation::email($username)) {
59
throw new HttpException(__('Username not correct'));
0 commit comments