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 b391c0c commit 4474088Copy full SHA for 4474088
php-config/ProfileRequestHandler.config.d/laddr.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+ProfileRequestHandler::$profileFields[] = 'FirstName';
4
+ProfileRequestHandler::$profileFields[] = 'LastName';
5
ProfileRequestHandler::$profileFields[] = 'Twitter';
6
7
ProfileRequestHandler::$onBeforeProfileValidated = function($User, $profileChanges, $requestData) {
0 commit comments