Joomla login page url as a user, not as a administrator - joomla

I have a user name and password to access Joomla website as a user not as a administrator. As a administrator I know it is e.g.
www.example.com/administrator
but what is the URL to login for other user.

You have to login to joomla administrator and publish the login module:
Extensions -> Module Manager -> New -> Login
You could also create a login item in your menu:
Menus -> Your Menu -> New -> Menu Item Type -> Users Manager -> Login Form
If you don't want to have your login visible in the site you could add after your domain:
index.php?option=com_users&view=login
Hope this helps

Related

Strapi: How to disable registration?

I'm new to the headless CMS Strapi and wondering how I can disable the registration of new users at the admin panel. I don't want to remove the admin panel completely, just the registration because all admin users are already registered.
I've found it. It's in the admin panel under Roles & Permissions > Advanced Settings > Enable sign-ups

Magento Admin Disabling Guest check outs

I'm trying to disable guest check-outs on my company's web store. Every site I've researched tells me to go to the System tab, however, I do not have a system tab on my dashboard. Can anyone tell me how to find this or how to add it or why I don't have it?
You may not be having access to System > Configuration in Magento admin if the Administrator of site who given access to you has disabled this resource for you.
Login to Admin Panel of Magento then go to System -> Configuration -> Sales -> Checkout.
Here you can restrict guest users to checkout.

Customizing magento admin backend depends up in admin user login

When a admin user login how to change the admin UI depends up on the user role, I need to change the admin UI and additional elements to it after login of particular admin user, is it possible to change the admin html UI ?
Just check in admin
Mage::getSingleton('admin/session')->getUser()->getRole()
Depending on this you can customize.

Prevent direct access Joomla 2.5

i built my site in Joomla 2.5 with xampp for win7.
I have a module password that provides access at the standard Joomla's registration form if the guest gives the right password, but there is a problem, if the user put the link
localhost/joomla/index.php/el/?option=com_users&view=registration in a new tab, avoid the password. Any ideas please?
It is very easy,
just go to the backend and select:
Users -> Users manager -> Options -> Allow User Registration -> Νο
Then users are not able to register.

Joomla! VirtueMart - Registration form doesn't display USERNAME and PASSWORD fields

I'm using Joomla! 1.5.14 and VirtueMart 1.1.3
I'm using mod_virtuemart's login control in my website. When i run my site and clicked on 'register', it shows a registration form. But i realised that there isn't fields for USERNAME and PASSWORD.
I logged in as administrator, and looked under 'Manage User Fields'.
Username, password, and password2 have TICKS under "required", "published", "Show in registration form" and "Show in account maintenance".
But why is it that when i run my site, the fields are not shown?
In the Joomla portion. Have you gone to Global Configuration -> System -> User Settings and set 'Allow User Registration' to 'Yes'?
This is the only thing I can think of without actually trying to replicate the error.
In Virtuemart under:
Configuration
Global Tab
User Registration Settings
User Registration Type
Check to make sure it is not set to "No Account Creation"
Hope this helps!

Resources