tahoe-lafs / trac2gitea

Utility for migrating Trac projects into Gitea.
GNU General Public License v3.0
0 stars 0 forks source link

Trac users creation in Gitea if not existing #24

Open btlogy opened 2 weeks ago

btlogy commented 2 weeks ago

It might be interesting to support the creation of Gitea users based on the Trac session_attribute table which contains their username and email address. Ideally, the creation should only be tried if the user is not yet existing, or not mapped to an existing one.