Update page.yaml
replace fixtures password in homepage text
This commit is contained in:
parent
28acad23be
commit
a4cec91036
1 changed files with 3 additions and 3 deletions
|
|
@ -86,17 +86,17 @@ App\Entity\Page:
|
||||||
<tr>
|
<tr>
|
||||||
<td>Admin</td>
|
<td>Admin</td>
|
||||||
<td>sarah@example.com</td>
|
<td>sarah@example.com</td>
|
||||||
<td>35DVDj8ir3Buc7</td>
|
<td>apesebs</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Utilisateur de type individuel</td>
|
<td>Utilisateur de type individuel</td>
|
||||||
<td>loic@example.com</td>
|
<td>loic@example.com</td>
|
||||||
<td>35DVDj8ir3Buc7</td>
|
<td>apesebs</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Utilisateur de type lieu</td>
|
<td>Utilisateur de type lieu</td>
|
||||||
<td>compte+lieu@apes-hdf.org</td>
|
<td>compte+lieu@apes-hdf.org</td>
|
||||||
<td>35DVDj8ir3Buc7</td>
|
<td>apesebs</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue