Compare commits
2
Commits
2472407cca
...
prod/v1.7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bb240ea58 | ||
|
|
5990b025ac |
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>as-talange-parent</artifactId>
|
<artifactId>as-talange-parent</artifactId>
|
||||||
<groupId>com.astalange</groupId>
|
<groupId>com.astalange</groupId>
|
||||||
<version>1.7-SNAPSHOT</version>
|
<version>1.7</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>as-talange-parent</artifactId>
|
<artifactId>as-talange-parent</artifactId>
|
||||||
<groupId>com.astalange</groupId>
|
<groupId>com.astalange</groupId>
|
||||||
<version>1.7-SNAPSHOT</version>
|
<version>1.7</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>as-talange-parent</artifactId>
|
<artifactId>as-talange-parent</artifactId>
|
||||||
<groupId>com.astalange</groupId>
|
<groupId>com.astalange</groupId>
|
||||||
<version>1.7-SNAPSHOT</version>
|
<version>1.7</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -81,7 +81,7 @@ public class PublicInscriptionController {
|
|||||||
|
|
||||||
TokenPreInscription token = new TokenPreInscription();
|
TokenPreInscription token = new TokenPreInscription();
|
||||||
token.setValeurUuid(UUID.randomUUID().toString());
|
token.setValeurUuid(UUID.randomUUID().toString());
|
||||||
token.setDateExpiration(LocalDateTime.now().plusMinutes(15));
|
token.setDateExpiration(LocalDateTime.now().plusMinutes(30));
|
||||||
tokenRepository.save(token);
|
tokenRepository.save(token);
|
||||||
|
|
||||||
return "redirect:/inscription-public/formulaire?token=" + token.getValeurUuid();
|
return "redirect:/inscription-public/formulaire?token=" + token.getValeurUuid();
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<groupId>com.astalange</groupId>
|
<groupId>com.astalange</groupId>
|
||||||
<artifactId>as-talange-parent</artifactId>
|
<artifactId>as-talange-parent</artifactId>
|
||||||
<version>1.7-SNAPSHOT</version>
|
<version>1.7</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>as-talange-parent</name>
|
<name>as-talange-parent</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user