Is there a not documented instruction for Typo3 LMS/flogin plugin - plugins

Need a Login System on my Page but with integrated security Features ( like bruteforce login restriction)
downloaded this https://extensions.typo3.org/extension/flogin/
via composer on a freshly empty typo3 10.4.12 installation.
It appears in the Backend
I followed the documentation ->
https://docs.typo3.org/p/lms/login/9.0/en-us/Introduction/About/Index.html
Included the Static Typoscript in my Home / Root template
There lies the problem. The tutorial states add login form on expected page
->Tutorial Screenshot
But i checked everywhere but cant find that Login Form Element
Any Idea what iam missing?

Here is the answer directly from the Developer of this Extension
Thanks again very much!

Related

Not able to use typo3 frontend edit

I'm trying to edit frontend of my website using typo3. I'm entering /typo3 to the domain name but it shows page not fount! Can someone tell me what could be the problem?
Normally you're right with it, but there seems to be a change by the web server. You should ask the administrator where to look for the TYPO3 backend.

Redirect page - For tracker plugin on Tiki

I am trying to pass parameters into the redirect section of the Tracker plugin. I understand that while using the Tracker plugin, you can redirect to a specific Tiki page, but I want to redirect user to a tracker item ID instead i.e.../tiki/itemxx. How do I go about this?
Thanks.
It does look like the documentation here doesn't quite cover this currently (please update it with a working example if you can, thanks)
You need to set the url parameter in the plugin to
url="tiki-view_tracker_item.php?itemId"
Sadly this doesn't seem to work with the sefurl itemxxx syntax currently.

Unable to login through social login in AEM 6.2

I have configured social login in AEM as given in https://docs.adobe.com/docs/en/aem/6-1/administer/communities/social-login.html. I'm using Geometrix-outdoor component to login. The page is http://localhost:4502/content/geometrixx-outdoors/en.html [on top right corner we have login].
All the configurations are good. When I click login, the pop up for facebook login comes (OAuth login succeeds). When the call back happens, the OAuth Handler is not able to find the class com/day/cq/personalization/ProfileUtil in 6.2. In 6.1 this functionality works fine.
Below is the log:
java.lang.NoClassDefFoundError: com/day/cq/personalization/ProfileUtil
at com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl.getCurrentUser(FacebookProviderImpl.java:368)
at com.adobe.granite.auth.oauth.impl.servlet.OAuthProfileImportServlet.updateUserDataAndRedirect(OAuthProfileImportServlet.java:130)
at com.adobe.granite.auth.oauth.impl.servlet.OAuthProfileImportServlet.requestAccessToken(OAuthProfileImportServlet.java:115)
at com.adobe.granite.auth.oauth.impl.servlet.OAuthProfileImportServlet.doGet(OAuthProfileImportServlet.java:82)
at org.apache.sling.api.servlets.SlingSafeMethodsServlet.mayService(SlingSafeMethodsServlet.java:269)
at org.apache.sling.api.servlets.SlingAllMethodsServlet.mayService(SlingAllMethodsServlet.java:140)
at org.apache.sling.api.servlets.SlingSafeMethodsServlet.service(SlingSafeMethodsServlet.java:345)
at org.apache.sling.api.servlets.SlingSafeMethodsServlet.service(SlingSafeMethodsServlet.java:376)
at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:546)
at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:44)
at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:77)
It is helpful to identify the root cause and rectify. Thank you
In AEM 6.2, com.day.cq.wcm.foundation.profile.ProfileUtil is deprecated. Please
Use com.day.cq.personalization.ProfileUtil instead.
Social login cannot be used on author nodes. It is only valid on publish nodes because it creates community users. Community users do not exist on author nodes.
I wish the error message were more clear...

Joo ReCaptcha & Joomla Registration

I have a Joomla/VM site & have installed Joo ReCaptcha.
In the settings of the plugin, I change 'Add to Registration Page?' to yes, but nothing appears.
The Plugin works fine on the conatact & forgot password pages.
The site is Secure Products d00tt c00mm (remove spaces & the such).
I have searched & googled to no avail.
AHIA!!!
I suggest you to use Google recaptcha for virtuemart registration page .
follow step here for adding it manually for vm page
https://developers.google.com/recaptcha/docs/php
and if you want it on joomla registration page then use recaptcha plugin for that
and follow the following steps
http://docs.joomla.org/How_do_you_use_Recaptcha_in_Joomla%3F
1)configure your keys their
2)then enable it from global configuration
then it works

Where are subdomains ("shortcuts") defined in TYPO3?

On a corporate website managed with TYPO3 there are shortcuts defined which lead to a page on the site.
Example:
Corporate website is www.acompany.com
Then there is a site www.acompany.com/coolproduct which is redirecting the user to www.acompany.com/products/productgroup3/product25.htm for example.
Where in TYPO3 can such "shortcut" links be defined?
Most probably some page in the page tree has set type to: Shortcut which causes that it points some other page or resource, it's also possible that is set as Link to External URL and there is full URL given.
Check the page tree in the backend and find your coolproduct page in it. Then check the site's properties and change if required to other value/type.
It's also possible that this URL is generated by some plugin or TypoScript, but in this case you'll need to investigate it yourself.
Simplest way to find these kinds of things is actually using the search engine in the TYPO3 backend. You will find it in the upper right corner.
If this fails, what I do is install PhpMyAdmin from the extension repository. Once you have PhpMyAdmin you can use it's search functionality to find anything in the database using a search query of: '%coolproduct%' and selecting all tables. In the results look for the 'pid' field. It tells you on which page in TYPO3 the found item is located.
Does the page use the extension realURL? If so, there might be realURL redirects defined.
Have a look at page -> info -> RealUrl -> Redirects
Maybe you the user has defined this link redirection in many pages, you can search for it in the database exactly in the tt_content table.
You can set shortcut for your domain to any page of your site, so when user enter only your domain name in url then it redirects to page which you set in shortcut.
For that edit your domain and set shortcut to any page of your page tree.