add user lingo with fixed uid

This commit is contained in:
Guillaume Baffoin 2022-08-12 11:22:47 +02:00
parent 759e3d0182
commit 6040485af8
2 changed files with 4 additions and 2 deletions

View File

@ -13,10 +13,10 @@ briques = [
'combo',
'fargo',
'hobo',
'lingo',
'passerelle',
'wcs',
'welco',
'lingo',
]

View File

@ -13,8 +13,10 @@ userlist = {
'fargo': {'uid': '2106'},
'welco': {'uid': '2107'},
'chrono': {'uid': '2108'},
'bijoe': {'uid': '2110'}
'bijoe': {'uid': '2110'},
# do not use uid 2111 as it is old mandaye id
# do not use uid 2112 as it is used for petale id in glc
'lingo': {'uid': '2113'}
}