Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

User Migration Issues #13

Open
zefanja opened this issue Aug 7, 2018 · 2 comments
Open

User Migration Issues #13

zefanja opened this issue Aug 7, 2018 · 2 comments

Comments

@zefanja
Copy link

zefanja commented Aug 7, 2018

In our school we have new teachers every year. We use 01.01.1970 as the default date of birth for our teachers.

Every year we have problems when we migrate the users and add new teachers. It looks like that sophomorix just checks the firstname and date of birth to see, if it is a new user or just an update.

Example:

  • 2 users: Mustermann;Andre and Schmid;Andre are the same users for sophomorix, although its a new teacher.

That's a big hassle every year, because user are tolerated and not added. To add the new users, we have to "kill" them first.

@jeffbeck
Copy link
Member

jeffbeck commented Aug 8, 2018

Could you please check if there is any chance that tha colums in your lehrer.txt file are misinterpreted:

  • missing column (1. column missing)
  • using :(colon) as a separator instead of ;(semicolon)
  • ...

@zefanja
Copy link
Author

zefanja commented Aug 8, 2018

No, everything is fine:

lehrer ;Mustermann      ;Andre         ;01.01.1970 ;amustermann ;123456  ;usertoken ;quota ;mailquota ;
lehrer ;Schmid          ;Andre         ;01.01.1970 ;aschmid     ;123456  ;usertoken ;quota ;mailquota ;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants