Completed
Branch master (00afa1)
by Gaetano
23:41 queued 13:49
created
identitymanagementextension/login_handler/ezremoteuserloginuser.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -30,6 +30,10 @@
 block discarded – undo
30 30
         }
31 31
     }
32 32
 
33
+    /**
34
+     * @param string $login
35
+     * @param string $password
36
+     */
33 37
     protected static function _loginUser( $login, $password, $authenticationMatch = false )
34 38
     {
35 39
         $fwName = eZINI::instance('identitymanagement.ini')->variable('GeneralSettings', 'FirewallName');
Please login to merge, or discard this patch.
ezpublish_legacy/identitymanagementextension/settings/site.ini.append.php 1 patch
Indentation   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,5 +1,1 @@
 block discarded – undo
1
-<?php /*
2
-
3
-[UserSettings]
4
-ExtensionDirectory[]=identitymanagementextension
5
-LoginHandler[]=RemoteUserLogin
6 1
\ No newline at end of file
2
+<?php 
7 3
\ No newline at end of file
Please login to merge, or discard this patch.
identitymanagementextension/settings/identitymanagement.ini.append.php 1 patch
Indentation   +1 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,7 +1,1 @@
 block discarded – undo
1
-<?php /*
2
-
3
-[GeneralSettings]
4
-# The name of the firewall set in security.yml, connected to the 'remoteuser_login'
5
-# NB: even if the fw is used for the front sites, we use it to handle log in in the backoffice. No need to rename it or
6
-# to create a custom firewall
7
-FirewallName=ezpublish_front
1
+<?php 
8 2
\ No newline at end of file
Please login to merge, or discard this patch.