Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
hgt_transportar
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit c46f1e18
authored
2025-08-04 11:27:23 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Caso celular noregistrado
1 parent
76421334
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
controllers/resetart_pass.py
controllers/resetart_pass.py
View file @
c46f1e1
...
@@ -18,7 +18,11 @@ class restablecedor(http.Controller):
...
@@ -18,7 +18,11 @@ class restablecedor(http.Controller):
except
:
except
:
mensaje
=
"Fallo el envio, intente nuevamente en unos minutos o contacte soporte por mail en soporte@hgtsa.com.ar"
mensaje
=
"Fallo el envio, intente nuevamente en unos minutos o contacte soporte por mail en soporte@hgtsa.com.ar"
#print(token)
#print(token)
usuario
=
token
[
"usuario"
]
try
:
usuario
=
token
[
"usuario"
]
except
:
mensaje
=
"Numero de cellular no pertenece a un usuario activo"
return
({
"token"
:
"token"
,
"mensaje"
:
mensaje
,
"celular"
:
""
})
usuario
.
lappa_token_pass
=
token
[
"token"
][
1
]
usuario
.
lappa_token_pass
=
token
[
"token"
][
1
]
usuario
.
lappa_token_ws
=
token
[
"token"
][
0
]
usuario
.
lappa_token_ws
=
token
[
"token"
][
0
]
return
({
"token"
:
token
[
"token"
][
1
],
"mensaje"
:
mensaje
,
"celular"
:
usuario
.
CelularRecuperacion
})
return
({
"token"
:
token
[
"token"
][
1
],
"mensaje"
:
mensaje
,
"celular"
:
usuario
.
CelularRecuperacion
})
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment