Modul "Jshopping Login" - Forgot "User name" not possible

08.03.2017 13:36
#1
sepp1805
Joomshopping forum user no avatar
Name: Sepp
15.12.2011
Posts: 3
Quote
Modul "Jshopping Login" - Forgot "User name" not possible

Hello!

I need your help...

In modul "Jshopping Login" it is not possible to get an email with the user name. You have to now the user name to reset the password.

https://www.yourdomain.xx/index.php/component/users/?view=remind

Maybe you are able to help?!

Thanks

BR

Basti
Modul "Jshopping Login" - Forgot "User name" not possible


Joomla: 3.6.5
JoomShopping: 4.16.0
PHP: 5.6.21
MySQL: 5.6.19

Last change: 08.03.2017 15:00
 
08.03.2017 21:45
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Modul "Jshopping Login" - Forgot "User name" not possible

See code Module login. (joomla login)

 
14.03.2017 09:10
#3
sepp1805
Joomshopping forum user no avatar
Name: Sepp
15.12.2011
Posts: 3
Quote
Aw: Modul "Jshopping Login" - Forgot "User name" not possible

First step:

Edit the file "de-DE.mod_jshopping_login.ini" in your language folder and add:

FORGOT_YOUR_USERNAME="Benutzername vergessen?"

Second step:

Open the file modules\mod_jshopping_login\tmpl\default.php

replace

<?php /*<div>
<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>"><?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
</div> */ ?>

with

<div>
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=remind' ); ?>"><?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
</div>

@Joomshopping:

Why you have excluded this function in your standard default.php?


Last change: 14.03.2017 09:15
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.