I've customized a field in the user profile, but I'm not finding the association of this field with the user in the database. As such customization field in oxwall works, it is in the database or even off the bench?
Can anybody help me?
I've customized a field in the user profile, but I'm not finding the association of this field with the user in the database. As such customization field in oxwall works, it is in the database or even off the bench?
Can anybody help me?
If you mean you created new profile question and can't find it in the database, it is in ow_base_question table, the name of the fields is hashed and looks like this: 406250e9e832345b0cf4f83b9ac97b07
if you go to the languages section and enter the dev mode by going here: www.yourdomain.com/admin/dev-tools/languages you can search by keys. So if you search this key: 406250e9e832345b0cf4f83b9ac97b07 the results will give you a name of the page and it's context.
My doubt is about de password, what encryption is used on the table to base_user password?
Because I need insert data in this table that coming of the another page that I created.
I need to Know the encryption used the oxwall to insert the same encryption in the base_user table
Do you understand?
Regards.
I have two questions.
Where is the submit script of form registration?
Where is OW_PASSWORD_SALT constant that stay in the function hashPassword is declared?
Where is OW_PASSWORD_SALT constant that stay in the function hashPassword is declared?
Regards.
thanks!
Where is the submit script of form registration?
Regards.
as to the file it is ow_system_plugin/base/controllers/join.php
I mean you have to create all your request in separate topics it will make easier to search for other community members as now your request has nothing to do with the topic.
As to the personalizing page for a client, I do not provide such service, create a post in the custom code modification section.