-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathconfig.xml
More file actions
25 lines (22 loc) · 2.72 KB
/
config.xml
File metadata and controls
25 lines (22 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<config>
<!-- General-Settings -->
<scriptlang>ENG</scriptlang> <!-- Language of this script and the greeting-text on your pdf-files. Currently supported: German (GER), English (ENG), French (FRA), Spanish (SPA) -->
<!-- Sensitive data! Delete this information after successful data import -->
<cloudurl>mycloud.mydomain.org</cloudurl> <!-- CHANGE THIS to your cloud domain, e.g. mycloud.mydomain.org or www.mydomain.org/mycloud (without https://) -->
<adminname>Cloudadmin</adminname> <!-- CHANGE THIS to your cloud user, who has admin permissions-->
<!-- Attention: Please note most special characters are not allowed in passwords, including german umlauts -->
<adminpass>your_password</adminpass> <!-- CHANGE THIS to the password for that user -->
<!-- Attention: Please note some special characters are not allowed in passwords, avoid using ) } ; # -->
<!-- Import-Settings -->
<csvfile>users.csv</csvfile> <!-- enter the name of the user-csv-file to be imported. (e.g. teachers.csv). The file must be located in the root directory of the script. Default: users.csv-->
<csvdelimiter>;</csvdelimiter> <!-- change this to ; if you create your CSV-file with Apple Numbers -->
<csvdelimitergroups>,</csvdelimitergroups> <!-- change this to , if you create your CSV-file with Apple Numbers -->
<pdf_one_file>yes</pdf_one_file> <!-- choose 'yes' if you want to get a single pdf-file with all new users. choose 'no' if not. -->
<pdf_single_files>yes</pdf_single_files> <!-- choose 'yes' if you want to get a pdf-file for each new user. Choose 'no' if not. -->
<generatepassword>yes</generatepassword> <!-- Select yes if you want a password to be generated automatically if no password is specified in user-csv-file. Select no if you want an e-mail to be sent to the user instead with a request to enter a password. In this case a correct e-mail address MUST be entered in the user-csv-file. Special use case: If you disable "send mail to new users" in your Nextcloud admin config (my-nc.example.com/index.php/settings/users), no Welcome Mail is sent. Users then can later request a reset password link via E-Mail. -->
<passwordlength>12</passwordlength>
<sslverify>True</sslverify> <!-- leave this on True for improved security. If you use a self-signed SSL/TLS certificate, set this to False -->
<language>en</language> <!-- all users in the list will be created with this language (and receive the welcome e-mail in this language): de_DE (German/Sie), de (German/Du), en (English), all codes: https://www.transifex.com/explore/languages/ -->
<!-- Expert-Settings-->
<loglevel>INFO</loglevel> <!-- loglevel for debugging (Standard: INFO), Options: DEBUG, INFO, WARNING, ERROR, CRITICAL -->
</config>