~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to batch/authentication_reference.php

Switched to utf8 as the encoding used for scrambling passwords and
sending usernames to the authority.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    // of users, you may just get away with expanding this
73
73
    // array.
74
74
    $passwords= array (
75
 
        'test' => 'password' // clever choice there, test
 
75
        'test' => 'password', // clever choice there, test
 
76
        'z-män' => 'passwörd' // test for utf8 usernames and passwords
76
77
        );
77
78
 
78
79
    $password = $passwords[ $user ];