Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tokenaufbereiter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMEBI
LimeSurvey
tokenaufbereiter
Commits
4cb17071
Commit
4cb17071
authored
10 months ago
by
richard beer
Browse files
Options
Downloads
Patches
Plain Diff
change the password settings in download_get_key.R
parent
6e2695a5
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
download_get_key.R
+5
-5
5 additions, 5 deletions
download_get_key.R
with
7 additions
and
5 deletions
.gitignore
+
2
−
0
View file @
4cb17071
username.txt
password.txt
*.xlsx
This diff is collapsed.
Click to expand it.
download_get_key.R
+
5
−
5
View file @
4cb17071
...
...
@@ -10,15 +10,15 @@ if (!require("cloudyr/limer")) {
library
(
"limer"
)
}
#
!ACHTUNG: PASSWORT UND USERNAME MÜSSEN NOCH BEHANDELT WERDEN!
# SICHERHEITSRISIKO BEI FEST EINKODIERTEN WERTEN
#
Der verwendete Benutzer hat auf die einzelnen Umfragen ausschließlich nachfolgende Rechte: Anzeigen
username
<-
readLines
(
"P:/IMEBI/DigiHero_Teilnehmerdaten/Massenmails/tokenaufbereiter/username.txt"
)
#Der Benutzer R_Export hat auf einzelnen Umfragen ausschließlich Rechte: Anzeigen
password
<-
readLines
(
"P:/IMEBI/DigiHero_Teilnehmerdaten/Massenmails/tokenaufbereiter/password.txt"
)
#change the next options (website, user, password)
options
(
lime_api
=
'https://webszh.uk-halle.de/limesurvey/index.php/admin/remotecontrol'
)
options
(
lime_username
=
'R_Export'
)
options
(
lime_password
=
'Export2023'
)
options
(
lime_username
=
username
)
options
(
lime_password
=
password
)
# first get a session access key
get_session_key
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment