9 years ago
27
Topic

The users import at first fill good...

But when you go to edit a added user on the back office, you can see that the csv parse is wrong and you can't modify the profil.

Maybe my csv isn't right ? I have export the table users and fill with the new users to add...

Get a VIP membership
693 Posts
rpoy
9 years ago
0
Level 1

Hi mouren,

Welcome to the SEBLOD forums.

What version of SEBLOD/Joomla are you using?  How did you export your list of users and how did you import the users?

Are you using the Exporter and Importer?

What fields are you trying to import?

thanks,

Randy

9 years ago
1
Level 1

Hello,

I m using the importer : to import some users in my joomla 3.

And the structure of my csv file is the same that the table jos_users on the joomla database

The import is good at first but if you go to the user management on the back office you see some problems :

693 Posts
rpoy
9 years ago
0
Level 2

Hi mouren,

Have you made any changes to your user content type?  If that is the case, then you might also need to make sure that you include those fields in the import.

See this reference or this post?

Make sure that the date fields are in the correct format and that the field name is in the first row.

Hope that helps,

Randy

9 years ago
0
Level 1

Hello,

I'm not sure to understand :

"Have you made any changes to your user content type"

The csv imported for the users have the same field that the jos_users table on the database.

I doesn't filled the field "id", but the others fields are good.

I can attech the csv test on this topic ?

9 years ago
1
Level 1

Sorry it's my user form the problem...

I have desactivated the category form seblod, how can i do to have the template by default of joomla ?

Because when i want to save and new a category, i have the error :

"Oops! Content Type not found.. ; ("

And I don't see in the option of the administration or the site on the category form a select template for joomla by default...

693 Posts
rpoy
9 years ago
0
Level 2

Hi mouren,

I was able to migrate users using the usertest.csv format.  Now if you have extra fields in your Content Type, you will need to add the same fields to the header and corresponding values.  In this case the ID is not needed.

Hope this helps,

Randy

9 years ago
0
Level 1

Yes it's true i have formated before the field on the user form seblod.

But I hve a other problem :

"I have desactivated the category form seblod, how can i do to have the template by default of joomla ?

Because when i want to save and new a category, i have the error :

"Oops! Content Type not found.. ; ("

And I don't see in the option of the administration or the site on the category form a select template for joomla by default..."

How can I do when I desactivated a seblod form for the system take the default form of joomla ?

4229 Posts
Kadministrator
9 years ago
0
Level 1

There is a bug with exporter in joomla 3, 2 columns that were added for 2 factor authentification are missing in the header, but are included in the data so columns don't match. As temporary fix you can try opening exported file and add otpKey and otep columns in header, between resetCount and requireReset

9 years ago
1
Level 1

if you speak about the user import i have resolved the problem : 

- before i have configurated the user form on the componment ( there isn't really the same kind of field of joomla 3.0 but...)

- after i import the user and it works

My question now is  :

I have desactivated the category form seblod, how can i do to have the template by default of joomla ?

Because when i want to save and new a category, i have the error :

"Oops! Content Type not found.. ; ("

And I don't see in the option of the administration or the site on the category form a select template for joomla by default..."

How can I do when I desactivated a seblod form for the system take the default form of joomla ?

4229 Posts
Kadministrator
9 years ago
0
Level 2

You need to disable integration in Integration tab of component options

9 years ago
0
Level 1

euh no i have try at new the user import and it's true there is a problem with the template...

because the new user are created we can see them on the  user manager on the administration.

But if you want to modify a new user you see :

Oops! Template not found.. ; (

But more strange if i import at new the same users with the seblod user, i can modify the new user... and the template looks like the template by default of joomla...

9 years ago
2
Level 1

Thanks for the answer for the template but on the integration componement : i don't see a disable just some option like default type (ex aucun or user), add button....

4229 Posts
Kadministrator
9 years ago
1
Level 2

Select None as Default Content Type

4229 Posts
Kadministrator
9 years ago
0
Level 3

and Add Redirection to No

9 years ago
0
Level 1

thanks a lot the problem with the template was ok.

but for the user import i have the error message :

Oops! Template not found.. ; (

When i want to manage it on the administrator after the import...

Like I said if i do a other import with the same entries the messge disapear .... and i can manage the new user and the user form looks like the default template of joomla

9 years ago
1
Level 1

Maybe I don't understand a step of the import but I only reproduce this...

I think I forget a column on the user csv import ?

4229 Posts
Kadministrator
9 years ago
0
Level 2

Hi, not sure what your post relates to as there are several questions in this thread.

9 years ago
0
Level 1

yes sorry it's about this error :

"but for the user import i have the error message :

Oops! Template not found.. ; (

When i want to manage it on the administrator after the import...

Like I said if i do a other import with the same entries the messge disapear .... and i can manage the new user and the user form looks like the default template of joomla"

4229 Posts
Kadministrator
9 years ago
0
Level 1

Have you tried following my suggestion above to add missing headers in exported cvs file?

9 years ago
0
Level 1

yes,

I have tried to add the two columns on my user import csv  :

otpKey and otep

But i have the same message when i go to the manage user.

9 years ago
0
Level 1

Hello,

no solution for my problem of "

Oops! Template not found.. ; (

" on the manager user after the user import ?

9 years ago
0
Level 1

Hello,

When you import users a email was send to us, but like the password is encrypted in md5, so it's a problem because the new user see a email with a password encrypted.

How can I do to change this ?

9 years ago
0
Level 1

it's ok for my error on the template: i have save a new my user form on seblod and it's right now.

But for the email send with the password encrypted on the import user, how can i do to change that ?

9 years ago
1
Level 1

sorry to try to know how can i do for the email send at each user with the password encrypted ?

It's important because it's the end of the process, i have serched on the forum without sucessfull...

4229 Posts
Kadministrator
9 years ago
0
Level 2

When you login to the site, system encrypts password that you enter and checks whether it matches value stored in database - md5 is one way encryption, so once passwords are encrypted you cannot decrypt them. This is why you cannot get unecrypted passwords on import. 

Only thing you could to is to reset all passwords manually and send those passwords to the users.

9 years ago
1
Level 1

Yes I know that but on the user import you have to encrypt the password otherwise the user can't connect him on the website.

But in this process of import : you have to encrypt the password but a email was sent with this password encrypt.

So the best way for the user import be right is to encrypt during the process the password inserted in the csv file. 

Because i have tried with uncrypted password but it doesn't works.

9 years ago
0
Level 2

Or please say me what is the file which send email to modify it ...to hide at default the password displayed on the email.

Get a VIP membership