You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CredentialsHowTo.md
+10-14Lines changed: 10 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,25 @@
1
1
# How to Set Up Credentials
2
-
1. Go to the *ATH Móvil*[configuration page](https://www.athmovil.com/web/config.htm
3
-
) and click on 'Change Security Questions'. This will bring you to [this page](https://www.athmovil.com/web/editquestions.htm
4
-
).
2
+
3
+
1. Go to the ATH Móvil [configuration page](https://www.athmovil.com/web/config.htm) and click on 'Change Security Questions'. This will bring you to [this page](https://www.athmovil.com/web/editquestions.htm).
5
4
6
5
2. On the 'Change Security Questions' page select the questions that you want and answer them.
7
6
8
7
3. Use the list below to determine the IDs of your selected questions.
9
8
10
-
5. Use these IDs to set up your credentials object like this:
9
+
4. Use these IDs to set up your credentials object like this:
7. Now you can use that object to instantiate an Athm class. You are done.
23
22
24
-
25
23
# Questions and their IDs
26
24
27
25
Q1.1: ¿En qué ciudad estaba tu escuela superior?
@@ -42,7 +40,7 @@ Q1.8: ¿Cuál es el nombre de tu abuelo materno?
42
40
43
41
Q1.9: ¿Cuál es el nombre de tu mejor amigo(a)?
44
42
45
-
Q1.10: ¿En qué ciudad te casaste? (Nombre completo de la ciudad solamente)
43
+
Q1.10: ¿En qué ciudad te casaste? (Nombre completo de la ciudad solamente)
46
44
47
45
Q2.1: ¿Cuál es el nombre de tu padrino de bodas?
48
46
@@ -74,7 +72,7 @@ Q3.4: ¿En qué ciudad conociste a tu esposa(o)? (Nombre completo de la ciudad s
74
72
75
73
Q3.5: ¿Cuál era tu restaurante preferido en la universidad?
76
74
77
-
Q3.6: ¿Cuál es el nombre de tu abuelo paterno?
75
+
Q3.6: ¿Cuál es el nombre de tu abuelo paterno?
78
76
79
77
Q3.7: ¿Cuál era la marca de tu primer carro?
80
78
@@ -84,8 +82,6 @@ Q3.9: ¿Cuál es el nombre de la ciudad o pueblo donde vivía tu abuela? (Nombre
84
82
85
83
Q3.10: ¿En qué ciudad vivía tu mejor amigo(a) de escuela superior? (Nombre completo de la ciudad solamente)
86
84
87
-
88
85
## Important Note
89
-
Remember to store your credentials in a safe place. Also, if the given credentials are wrong your account could be temporarily blocked and require you to reset the password using an SMS verification code.
90
86
91
-
A good way of maintaining your credentials safe is to save them in a separate file, exclude that file using `.gitignore` and then import this file from the files that actually need the credentials. See the examples directory for more information on how to do this.
87
+
Remember to store your credentials in a safe place. Also, if the given credentials are wrong your account could be temporarily blocked and require you to reset the password using an SMS verification code.
0 commit comments