[SOLVED] Frontend User Management - add user
[SOLVED] Frontend User Management - add user
I have the module Frontend User. and there you can add users.
i want to add a new user but if i do:
Test
Test
then it says my username or password is invalid.....
i just want to add some more users
and how can i change the text if you press forgot password??? where are those textlines
i want to add a new user but if i do:
Test
Test
then it says my username or password is invalid.....
i just want to add some more users
and how can i change the text if you press forgot password??? where are those textlines
Last edited by Sabrinan on Mon Jun 14, 2010 8:29 am, edited 1 time in total.
Re: Frontend User Management - add user
Hi
So where do you enter Test, Test?
Username and password? or just password?
In FEU add user there is tree fields in the first page:
Username
Password
Password (again)
In FEU Preferences you can adjust the minimum length of Username and Password.
Default Minimum Password Length = 6
Minimum Username Length = 4
If you want to change language, you can do that in the FEU tag like this:
Or If you want to change the text, edit "Forgot Password Templates" in Frontend User Management.
JanB
So where do you enter Test, Test?
Username and password? or just password?
In FEU add user there is tree fields in the first page:
Username
Password
Password (again)
In FEU Preferences you can adjust the minimum length of Username and Password.
Default Minimum Password Length = 6
Minimum Username Length = 4
Depends on what you want to change..and how can i change the text if you press forgot password??? where are those textlines
If you want to change language, you can do that in the FEU tag like this:
Code: Select all
{cms_module module=FrontEndUsers lang="en_US"}
JanB
Re: Frontend User Management - add user
thnx, i was forgotten that it have to have 6 characters.
About the Language...
that is also fixt.
but how can i edit it.
example:
Forgot Your Password?
So you forgot or lost your password. Well, type your username in here, and if we can find you we will send you an email with instructions on how to reset it
where do i can edit that text?
it cant in "Forgot Password Templates" in Frontend User Management.
there it is {$message}
About the Language...
that is also fixt.
but how can i edit it.
example:
Forgot Your Password?
So you forgot or lost your password. Well, type your username in here, and if we can find you we will send you an email with instructions on how to reset it
where do i can edit that text?
it cant in "Forgot Password Templates" in Frontend User Management.
there it is {$message}
Re: Frontend User Management - add user
Ohh, just replace {message} with whatever you want 
JanB

Code: Select all
..
<p>{message}</p>
..
Code: Select all
..
<p>Hey.. don't forget passwords!!! ..but if you have been so stupid, don't panic! <br />
I MAY help you if you promise to remember the next one, ok?<br />
Just type your username here (IF you remember it) , and IF we are so lucky we can find you<br />
we will (maybe) send you an email with instructions on how to reset it.</p>
..
Last edited by janb on Wed Jun 09, 2010 10:56 am, edited 1 time in total.
Re: Frontend User Management - add user
ok thnx:D
1 more question...
why doesn't this work?
Lang('info_lostun')}">{$mod->Lang('lostusername')}
it is for Forgot Your Login Details?
but doesn't go anywhere....
1 more question...
why doesn't this work?
Lang('info_lostun')}">{$mod->Lang('lostusername')}
it is for Forgot Your Login Details?
but doesn't go anywhere....

Re: Frontend User Management - add user
{$url_lostun} is not available from "Lost Username Template", only from the Login form
..and yes, it's for "Forgot Your Login Details?" link to the Lost Username form.
..if that's what you meant?
JanB
..and yes, it's for "Forgot Your Login Details?" link to the Lost Username form.
..if that's what you meant?
JanB
Last edited by janb on Wed Jun 09, 2010 11:13 am, edited 1 time in total.
Re: Frontend User Management - add user
..or there is one other posibility.
Do you see the lost username form?
If not, remember to mark one property in the group with "Ask in lost Username".
That property have to be "Required"..
JanB
Do you see the lost username form?
If not, remember to mark one property in the group with "Ask in lost Username".
That property have to be "Required"..
JanB
Re: Frontend User Management - add user
I have a lost Username Template.
... when i want to add a new group i get this
cms_module_feusers_grouppropmap' doesn't exist INSERT INTO cms_module_feusers_grouppropmap VALUES('username',4,0,'2',1)
... when i want to add a new group i get this
cms_module_feusers_grouppropmap' doesn't exist INSERT INTO cms_module_feusers_grouppropmap VALUES('username',4,0,'2',1)
Re: Frontend User Management - add user
i use
FrontEndUsers 1.9.2
and cmsms 1.7
FrontEndUsers 1.9.2
and cmsms 1.7
Re: Frontend User Management - add user
Ok, thought that one have been fixed by now..
Just run the UDT in the link i gave you. Should fix your problem with groups.
JanB
Just run the UDT in the link i gave you. Should fix your problem with groups.
JanB
Re: Frontend User Management - add user
i don't get it
(I feel like such a noooob)

Re: Frontend User Management - add user
Hey, don't! 
Did you run the UDT?
..or you may also remove the extra column ..module_feusers_grouppropmap force_unique with phpMyAdmin
JanB

Did you run the UDT?
..or you may also remove the extra column ..module_feusers_grouppropmap force_unique with phpMyAdmin
JanB
Last edited by janb on Wed Jun 09, 2010 12:15 pm, edited 1 time in total.
Re: Frontend User Management - add user
i don't have that column in my phpmyadmin :S
where do i put the UDT?
where do i put the UDT?
Re: Frontend User Management - add user
Edited my prev post.
Should be a column there (force_unique)
Put the UDT in a page, existing or new one.
Access the page once and your done..
JanB
Should be a column there (force_unique)
Put the UDT in a page, existing or new one.
Access the page once and your done..
JanB