I read topic about Frontend Users - can't modify user expiration date (Read 474 times) of pgoneill
but I do not know in Frontend User Managment is using register, but do not register is what change password?
task of SelfRegistor is guess register??why we deafault parament in Frontend User Managment
when I add User is it error expiration date
(becauce a first to forum cms, I am very error, hope I will help)
Thanks!
CMS version 1.0.5 error expiration date
Re: CMS version 1.0.5 error expiration date
I have found the error in feuser 1.0.5.
It is about the database.
When the database is created, table module_feusers_users have createdate and expires with type time
So, we just have to change these 2 field's type to datetime, and the bug is fixed. We could log in without having to worry about the expiration day.
However, i can see that the bug that is discussed in http://forum.cmsmadesimple.org/index.ph ... 405.0.html is appear again. I couldn't fix it.
chipus
It is about the database.
When the database is created, table module_feusers_users have createdate and expires with type time
So, we just have to change these 2 field's type to datetime, and the bug is fixed. We could log in without having to worry about the expiration day.
However, i can see that the bug that is discussed in http://forum.cmsmadesimple.org/index.ph ... 405.0.html is appear again. I couldn't fix it.
chipus
Last edited by chipus on Thu Sep 21, 2006 10:01 am, edited 1 time in total.