| |
| MySQL Auth | ||||
ИЗТЕГЛИ
|
Автор: | Версия: | ||
| E-mail: | Този е-мейл адрес е защитен от спам ботове, трябва ДжаваСкрипт поддръжка за да го видите | Съвместимост: | ||
| Прегледи: | 685 | Лиценз: | ||
| Оценка: | 0.00 |
Добавено на: | 2006-12-02 16:03:40 | |
| Рейтинг: | Категория: | Подобрения за Джумла! | ||
|
|
|---|
This is an extension with a component and a module for Authenticate users right from a mysql usertable. All informations about the database (hostname, databasename etc) can be configured in admin. The Query to get the user information is also to be set in the admin backend. This was tested to authenticate phpBB users and drupal users. And should work with others as well.
Every user who logs in is registered automatically to your Joomla user table. And if they change password in the remote site, their password will be updated when they log back in joomla. (So the username and password are always synchronized)
UPDATE: Some of you said that the users are not shown in list as joomla users. It seems the users are in the database but since they dont' have names they are not shown in the Administration panel.
So please use the name field in the SQL Query to make it work well
UPDATE 7-sept-2006:
Sorry that the example I put here had an error. I forgot a '
This is the right example.
eg. SELECT name_field_in_my_table AS name, username_field_in_my_table AS username, email_field_in_my_table AS email FROM my_table WHERE username_field_in_my_table='%{user}' AND password_field_in_my_table=md5('%{pass}')
Резултати 1 - 2 от 2
Directory by Mosets Tree
Every user who logs in is registered automatically to your Joomla user table. And if they change password in the remote site, their password will be updated when they log back in joomla. (So the username and password are always synchronized)
UPDATE: Some of you said that the users are not shown in list as joomla users. It seems the users are in the database but since they dont' have names they are not shown in the Administration panel.
So please use the name field in the SQL Query to make it work well
UPDATE 7-sept-2006:
Sorry that the example I put here had an error. I forgot a '
This is the right example.
eg. SELECT name_field_in_my_table AS name, username_field_in_my_table AS username, email_field_in_my_table AS email FROM my_table WHERE username_field_in_my_table='%{user}' AND password_field_in_my_table=md5('%{pass}')
Мнения (2)
asdasd
Коментирана от asdasd, 2006-12-06 First of all, the documentation is included in the most reasonable place it could be! Inside the plugin's parameters page. Access this page by going to Mambots >> Site Mambots >> Simple Image Gallery Plugin. If you cannot access the "mambots area" and get a "restricted access..." message, it's not a plugin error, it's a Joomla bug. Solution for that can be found here:
Коментирана от asdasd, 2006-12-06 First of all, the documentation is included in the most reasonable place it could be! Inside the plugin's parameters page. Access this page by going to Mambots >> Site Mambots >> Simple Image Gallery Plugin. If you cannot access the "mambots area" and get a "restricted access..." message, it's not a plugin error, it's a Joomla bug. Solution for that can be found here:
ezr
Коментирана от test, 2006-12-06 This is so simple to use it's a real pleasure! Just set a folder, add the atg to content, and you're good to go.
I gave it a quick test: one thing to note is PNGs come out very bad looking from the process, better to avoid, jpg and gif are fine.
I'd suggest adding
1. the usual recommendation to publish the bot after install, and
2. the tags to use at the top of all the other text you see on edit screen!
well done, Greece 10 points ;)
Коментирана от test, 2006-12-06 This is so simple to use it's a real pleasure! Just set a folder, add the atg to content, and you're good to go.
I gave it a quick test: one thing to note is PNGs come out very bad looking from the process, better to avoid, jpg and gif are fine.
I'd suggest adding
1. the usual recommendation to publish the bot after install, and
2. the tags to use at the top of all the other text you see on edit screen!
well done, Greece 10 points ;)
Приложения
Компонент: приложение, което се зарежда в основата на страницата
Модул: показва малки html блокове на избрана страница
Бот: променя кода динамично (mambot)
Език: съдържа превод на български
Разни : външно приложение, което помага за изграждане на Джумла! сайт
Шаблони : шаблони, които променят външния вид на сайта.




ИЗТЕГЛИ