Actions

Translations

General FAQ/73/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
Line 2: Line 2:
# Benader je server met de commandoregel (bijvoorbeeld: ssh)
# Benader je server met de commandoregel (bijvoorbeeld: ssh)
# Controleer of je via de commandoregel toegang tot PHP hebt (Lees: http://php.net/features.commandline.php).
# Controleer of je via de commandoregel toegang tot PHP hebt (Lees: http://php.net/features.commandline.php).
# Ga naar je limesurvey map  
# Ga naar je LimeSurvey map  
# Tik in: <code>php application/commands/starter.php resetpassword NIEUWE_BEHEERDERSNAAM NIEUWE_BEHEERDERSWACHTWOORD</code> of  <code>php application/commands/console.php resetpassword NIEUWE_BEHEERDERSNAAM NIEUWE_BEHEERDERSWACHTWOORD</code><sup>De php kan volledige maptoegang nodig hebben, voorbeeld /usr/bin/php</sup>
# Tik in: <code>php application/commands/starter.php resetpassword NIEUWE_BEHEERDERSNAAM NIEUWE_BEHEERDERSWACHTWOORD</code> of  <code>php application/commands/console.php resetpassword NIEUWE_BEHEERDERSNAAM NIEUWE_BEHEERDERSWACHTWOORD</code><sup>De php kan volledige maptoegang nodig hebben, voorbeeld /usr/bin/php</sup>

Latest revision as of 13:22, 7 April 2019

Message definition (General FAQ)
=== Version 2.x ===
# Access to your server with a command line (ssh for example)
# Ensure you have php command line access (see http://php.net/features.commandline.php).
# Go to your LimeSurvey directory
# Launch this command <code>php application/commands/starter.php resetpassword NEW_ADMIN_NAME NEW_ADMIN_PASS</code> or <code>php application/commands/console.php resetpassword NEW_ADMIN_NAME NEW_ADMIN_PASS</code><sup>The php can need complete directory access, example /usr/bin/php</sup>

vanaf versie 2.00

  1. Benader je server met de commandoregel (bijvoorbeeld: ssh)
  2. Controleer of je via de commandoregel toegang tot PHP hebt (Lees: http://php.net/features.commandline.php).
  3. Ga naar je LimeSurvey map
  4. Tik in: php application/commands/starter.php resetpassword NIEUWE_BEHEERDERSNAAM NIEUWE_BEHEERDERSWACHTWOORD of php application/commands/console.php resetpassword NIEUWE_BEHEERDERSNAAM NIEUWE_BEHEERDERSWACHTWOORDDe php kan volledige maptoegang nodig hebben, voorbeeld /usr/bin/php