1
00:00:00,240 --> 00:00:01,830
Hello, friend, welcome back.

2
00:00:02,280 --> 00:00:07,920
In a previous video, we successfully lowered our tour of this farm that is our user farm and also there

3
00:00:07,920 --> 00:00:13,340
is another farm I have loaded with another field as a Facebook idea and a profile picture.

4
00:00:13,860 --> 00:00:19,680
So now I have to do I want to submit this form so it will be submitted that between this user will put

5
00:00:19,680 --> 00:00:25,590
that username, password, email field, Facebook, I.D. and the tools, the profile picture, and after

6
00:00:25,590 --> 00:00:26,880
that is to be registered.

7
00:00:27,300 --> 00:00:30,930
So here then this registered data will be saved in our database.

8
00:00:31,230 --> 00:00:36,840
And also I want to do a lot of different sort of validation when this latest register will be completed,

9
00:00:36,840 --> 00:00:39,550
then I want to do and display some of the message.

10
00:00:39,570 --> 00:00:43,710
OK, so here I want to display some of the messages to successfully register.

11
00:00:43,950 --> 00:00:48,060
And if you want to register it again, then you have to do we have to go to that register page.

12
00:00:48,240 --> 00:00:49,160
That is the home page.

13
00:00:49,170 --> 00:00:52,740
And after that home page, you have to come to our state database.

14
00:00:52,740 --> 00:00:55,500
Then our again, besides, the form will be loaded.

15
00:00:55,760 --> 00:00:58,690
OK, so how can we find this type of validation?

16
00:00:58,710 --> 00:01:02,010
I also want to show you that things with the live example.

17
00:01:02,280 --> 00:01:05,490
So for doing this, we have to do we have to work in our view base.

18
00:01:05,850 --> 00:01:07,640
So there is a basis to email.

19
00:01:07,660 --> 00:01:08,640
We don't need this.

20
00:01:08,650 --> 00:01:13,290
That is you are also you don't need this that the register seemed to register here.

21
00:01:13,290 --> 00:01:14,630
You consider the cloud to form.

22
00:01:14,640 --> 00:01:19,800
So now I have to define two of these form data and we have to insert it with our database.

23
00:01:20,400 --> 00:01:22,170
So that is our form.

24
00:01:22,200 --> 00:01:23,130
That is our model.

25
00:01:23,140 --> 00:01:27,450
So right now we don't need this, but I just take it so there is a clear view.

26
00:01:27,900 --> 00:01:30,360
So now we have to do we have to work in our view area.

27
00:01:30,960 --> 00:01:34,110
So here, as I told you, I also want to define some of the validation.

28
00:01:34,110 --> 00:01:39,360
When this register will be successfully created, then it should be rejected over this same page with

29
00:01:39,360 --> 00:01:44,360
some of the notification so far, the results here in our register, that means in our register, functionally,

30
00:01:44,440 --> 00:01:45,230
we have to work.

31
00:01:45,840 --> 00:01:55,170
So here I want to do, I want to do and first of all, take one of the variables as a register start.

32
00:01:56,130 --> 00:01:57,510
So into the registered area.

33
00:01:57,510 --> 00:02:01,320
First of all, I want to make the things as a false OK.

34
00:02:01,320 --> 00:02:03,300
I just make the things as a false fast.

35
00:02:03,480 --> 00:02:08,940
And after that I want to do and define on the condition as if condition and in the condition I have

36
00:02:08,940 --> 00:02:11,070
to pass out this post.

37
00:02:11,070 --> 00:02:12,360
All that from that I right.

38
00:02:12,870 --> 00:02:13,920
So you the register.

39
00:02:13,920 --> 00:02:15,720
I have powers that as a post method.

40
00:02:15,730 --> 00:02:17,090
So here we have to pass it.

41
00:02:17,100 --> 00:02:20,610
So as I told you before, this will be just like that same condition.

42
00:02:20,970 --> 00:02:26,090
So here we have to pass that things with the request and then method.

43
00:02:28,260 --> 00:02:28,460
Right.

44
00:02:28,650 --> 00:02:33,260
So this request method, first of all, it will be check is matter or not.

45
00:02:33,360 --> 00:02:34,800
I just simply defined that post.

46
00:02:35,280 --> 00:02:35,600
Right.

47
00:02:35,730 --> 00:02:37,950
And then our tool of this form.

48
00:02:37,960 --> 00:02:40,230
So I have already found out of this form.

49
00:02:40,230 --> 00:02:42,460
One will be as a user form data.

50
00:02:42,690 --> 00:02:45,090
So here I have defined two of this.

51
00:02:45,090 --> 00:02:48,270
One will be as a user form and that user info form.

52
00:02:48,300 --> 00:02:49,950
So now I just simply defining it.

53
00:02:50,070 --> 00:02:58,010
I just copied and here I take as a user form and the user form idea, we have to define our import model.

54
00:02:58,440 --> 00:02:59,850
So that is our user form.

55
00:03:00,030 --> 00:03:00,430
Right.

56
00:03:00,720 --> 00:03:02,080
So here I have to pass it.

57
00:03:02,310 --> 00:03:07,710
So before we have defined as a request, as a post, that means the request and then post.

58
00:03:08,130 --> 00:03:12,810
So friend, before we just simply whatever the data will get, then we just simply pass it.

59
00:03:12,810 --> 00:03:13,080
Right.

60
00:03:13,320 --> 00:03:17,220
So now I want to do want to actually, first of all, take this data temporarily.

61
00:03:17,220 --> 00:03:22,920
So for taking this data, I want to do to define here one of the variable as a data.

62
00:03:23,340 --> 00:03:26,000
Sorry, I just take one of the variable of the data.

63
00:03:26,010 --> 00:03:31,110
So so whatever the request, I pass from one register, OK, whatever the request I pass from what register

64
00:03:31,110 --> 00:03:32,070
from our user form.

65
00:03:32,070 --> 00:03:34,830
First of all, I don't want to actually take this data.

66
00:03:34,860 --> 00:03:38,830
So here I want to hold this data and take the things with this data variable.

67
00:03:39,150 --> 00:03:40,790
So here I simply defining it.

68
00:03:41,130 --> 00:03:43,280
And also we have to do we have to do the same things.

69
00:03:43,290 --> 00:03:45,610
We have to do the same things for our another one.

70
00:03:46,500 --> 00:03:49,180
So here I have to define our another one.

71
00:03:49,180 --> 00:03:51,900
So I have another one as a user info form.

72
00:03:52,960 --> 00:03:57,860
So they simply defined the user in full form and then our model as a user in full form.

73
00:03:58,540 --> 00:04:03,700
And then also I want to hold this data with this request posted data that means whatever the polls you

74
00:04:03,700 --> 00:04:06,770
get, you should be holding this data into this data area.

75
00:04:07,090 --> 00:04:08,890
I hope you can well understand about it.

76
00:04:08,890 --> 00:04:10,810
And now we have to do we have to validate it.

77
00:04:10,810 --> 00:04:11,080
Right.

78
00:04:11,560 --> 00:04:13,300
So now we have to validate it.

79
00:04:13,330 --> 00:04:18,820
So after that, I had to find out the condition, our way and our user form.

80
00:04:18,940 --> 00:04:24,710
That means that user form is valid or not so is underscored valid.

81
00:04:26,320 --> 00:04:31,360
So I just simply defined as a valid and also to have another one for the reasons we have to also define

82
00:04:31,360 --> 00:04:37,510
as and our another one as a user in full form because they have the to form right before.

83
00:04:37,510 --> 00:04:41,000
I have already discussed about only one form data.

84
00:04:41,290 --> 00:04:43,100
But right now they have the two form data.

85
00:04:43,540 --> 00:04:47,890
You can see that the two forms, that one is the user form and that is that user info form.

86
00:04:48,040 --> 00:04:54,160
So that the two forms of the business here, I define our validation as a user form is valid and our

87
00:04:54,170 --> 00:04:57,250
another user info form is valid or not.

88
00:04:57,640 --> 00:05:03,460
That is simply defined as the ease underscore valid say also defined that as is valid or not.

89
00:05:03,940 --> 00:05:05,820
Now I want to do and to save it.

90
00:05:05,830 --> 00:05:14,050
So after that I want to save that to our user and then our user from the user underscore form into the

91
00:05:14,050 --> 00:05:15,780
user form that I want to save.

92
00:05:16,300 --> 00:05:17,680
So I just simply save it.

93
00:05:17,890 --> 00:05:21,530
And also here we have to do have to pass that are faster.

94
00:05:21,550 --> 00:05:27,850
So for the password, I have defined that user and with this user I want to define our password.

95
00:05:27,850 --> 00:05:33,010
That means whatever the password you will put on particular that position, as I told you, it should

96
00:05:33,010 --> 00:05:35,470
be created on the encrypted password.

97
00:05:35,470 --> 00:05:35,740
Right.

98
00:05:36,010 --> 00:05:37,870
Suffocating this encrypted password.

99
00:05:37,900 --> 00:05:39,540
I have also another function.

100
00:05:39,550 --> 00:05:42,400
So you have to define, as I said, underscore password.

101
00:05:43,810 --> 00:05:44,160
Right.

102
00:05:44,190 --> 00:05:46,390
So here you have to define the password.

103
00:05:46,390 --> 00:05:54,580
Our this user sorry, our user, this password field site to simply define our passwords on this password

104
00:05:54,580 --> 00:06:00,150
will be saved before say it will be changed that password and after that it will be safe again.

105
00:06:00,160 --> 00:06:02,580
So to simply defend this user will be saved.

106
00:06:02,590 --> 00:06:04,250
Is that again OK.

107
00:06:04,990 --> 00:06:07,890
So here I have defined our three of these fields.

108
00:06:07,890 --> 00:06:10,930
So with this condition, I have to say about three of this field.

109
00:06:10,930 --> 00:06:16,030
One is our username and passport, password field and email address field.

110
00:06:16,390 --> 00:06:20,950
And also they have then added to this field as a Facebook idea and the profile picture.

111
00:06:20,950 --> 00:06:21,220
Right.

112
00:06:21,490 --> 00:06:25,090
Also, we have to define it so here after that.

113
00:06:25,090 --> 00:06:26,590
So that is our one part.

114
00:06:26,590 --> 00:06:29,710
That means here, as I told you, I have defined two of this field.

115
00:06:29,740 --> 00:06:35,610
One is one of the form as our user form data, and that is our user information form data.

116
00:06:35,740 --> 00:06:36,030
Right.

117
00:06:36,290 --> 00:06:38,820
So I have already declared our user forms.

118
00:06:38,820 --> 00:06:42,780
So now we have to also define our user form data entry into the user from that area.

119
00:06:42,790 --> 00:06:44,920
I have already defined our tour of this field.

120
00:06:44,920 --> 00:06:48,900
You can see into the user for media have defined the Facebook and the profile picture.

121
00:06:49,300 --> 00:06:51,360
So now also we have to defining it.

122
00:06:51,850 --> 00:06:59,110
So after this after this year, I define as user on the screen for so I just simply defined as user

123
00:06:59,110 --> 00:06:59,590
info.

124
00:06:59,590 --> 00:07:06,860
And here our form name I have defined, I have defined that our form name will be as a user input form.

125
00:07:07,690 --> 00:07:12,980
So now with this user info form I want to do and to save this data, I just simply save it.

126
00:07:13,330 --> 00:07:17,470
So before we actually parse the data with the comet, right.

127
00:07:17,470 --> 00:07:21,820
With this comet, with this comet, we pass that things as a true right.

128
00:07:21,830 --> 00:07:26,280
So right now to the end to make the things as a whole because of all they have the also on the field,

129
00:07:26,290 --> 00:07:30,370
I have to declare I have another field error as a profile picture.

130
00:07:30,370 --> 00:07:30,670
Right.

131
00:07:30,700 --> 00:07:31,830
Also, we have to add it.

132
00:07:32,170 --> 00:07:36,720
So for the reasons here, I want to do in particular that area and to make the things as a false.

133
00:07:37,810 --> 00:07:39,550
So I just make that things as a false.

134
00:07:39,700 --> 00:07:44,040
And after that, here also we have to define with our user info.

135
00:07:44,740 --> 00:07:48,970
So with all this user info here, we have to define our user.

136
00:07:49,900 --> 00:07:51,850
That means our user model.

137
00:07:51,850 --> 00:07:53,950
So that is already user model, every user.

138
00:07:53,950 --> 00:08:00,820
And then I want to do and to compare it with our our if you go here into this model area, I have already

139
00:08:00,820 --> 00:08:06,940
defined our one of the model as a one to one field model with our user on Delek as a model.

140
00:08:06,940 --> 00:08:07,800
Kaskade Right.

141
00:08:08,110 --> 00:08:09,640
So I just take that part.

142
00:08:09,640 --> 00:08:15,700
That means when this user will be elected, this user related, all that should be elected for the reasons

143
00:08:15,700 --> 00:08:18,250
here I take the things with this our variable.

144
00:08:18,250 --> 00:08:21,640
That means here I have already defined that things in our U.S. class.

145
00:08:22,010 --> 00:08:23,890
So now we have to also add it.

146
00:08:23,890 --> 00:08:30,160
So here in particular, that position, I just simply added, OK, and then also over another field,

147
00:08:30,160 --> 00:08:33,280
I have so I have another field as a profile picture.

148
00:08:33,280 --> 00:08:34,830
So we have two also defining it.

149
00:08:35,350 --> 00:08:42,670
So after that I just simply define the if condition and in the if area, I just simply define our filename,

150
00:08:42,670 --> 00:08:44,420
our field as a profile piece.

151
00:08:44,770 --> 00:08:47,320
So here I just simply defending the in request.

152
00:08:48,820 --> 00:08:52,360
So if you want to parse that actually image, then you have to define like the.

153
00:08:52,680 --> 00:08:57,190
So you have to pass it into their profile picture in the and then files.

154
00:08:58,700 --> 00:09:00,110
OK, then you have to pass it.

155
00:09:00,120 --> 00:09:01,590
So they rejected the common things.

156
00:09:01,590 --> 00:09:05,940
If you actually inhabited it with this, then you can well understand about it, because every time

157
00:09:05,940 --> 00:09:07,530
you have to use the same logic.

158
00:09:07,950 --> 00:09:13,250
So I just simply defined as the inadequacy and the files and then I just simply define our user.

159
00:09:13,260 --> 00:09:13,760
Sorry.

160
00:09:14,100 --> 00:09:20,910
So with this user info, so with this user info, obviously I have already passed our Elderfield on

161
00:09:20,910 --> 00:09:23,000
here, so now I have to go pass it again.

162
00:09:23,310 --> 00:09:25,450
I want to pass our picture.

163
00:09:25,500 --> 00:09:31,860
So if you want to it that the user info into the user info, I define that our filename as a profile.

164
00:09:33,940 --> 00:09:40,600
OK, profile picture, and then with this request, I requested our all the file request data, that

165
00:09:40,600 --> 00:09:42,270
means here we have to define that file.

166
00:09:43,150 --> 00:09:48,880
So I just simply defending the files and our field, our field is file as a profile piece.

167
00:09:48,880 --> 00:09:50,710
So I just simply defined the profile piece.

168
00:09:51,340 --> 00:09:54,210
And now after that I want to do and to save this data.

169
00:09:54,220 --> 00:09:55,910
So here I want to save this data.

170
00:09:55,930 --> 00:09:57,600
So that is our user info.

171
00:09:58,000 --> 00:10:03,310
So here before I have already saved this data and I just make the things committers, it falls right

172
00:10:03,520 --> 00:10:08,200
now that is our user enforcer with this user info I want to do.

173
00:10:08,200 --> 00:10:09,420
I want to save this data.

174
00:10:09,430 --> 00:10:12,670
So now I just simply save it through e-mail.

175
00:10:12,670 --> 00:10:13,540
It is hard for you.

176
00:10:13,540 --> 00:10:16,780
Don't worry, I will explain it again, then it'll be very much clear to.

177
00:10:16,870 --> 00:10:18,280
And also after that.

178
00:10:18,550 --> 00:10:19,180
After that.

179
00:10:19,180 --> 00:10:25,780
Before first of all, when this request will be studied, I make that I as a false right now I successfully

180
00:10:25,780 --> 00:10:27,250
complete our this part.

181
00:10:27,250 --> 00:10:31,330
That means here our forecast from Data Center is far from data.

182
00:10:31,330 --> 00:10:37,890
I save it, so do the files from the top that have that reveal username, password and the email address.

183
00:10:38,200 --> 00:10:41,290
So I just simply defined that condition into the if condition.

184
00:10:41,290 --> 00:10:47,620
I have simply defined our all that field on here, only I changed it in our password feed into the password,

185
00:10:47,620 --> 00:10:53,200
feel I change it and make that our password as a and password for the reasons here.

186
00:10:53,200 --> 00:10:55,540
I defined the function as I said, password.

187
00:10:55,840 --> 00:10:56,190
Right.

188
00:10:56,440 --> 00:10:58,180
So that is actually what I want from data.

189
00:10:58,270 --> 00:11:02,590
And this one actually for another data that means our another field.

190
00:11:02,890 --> 00:11:07,870
I have already defined our another field as a Facebook idea and the profile picture.

191
00:11:07,930 --> 00:11:08,320
Right.

192
00:11:08,560 --> 00:11:13,030
So you can see I defined as a user in force with this user info, I save this data.

193
00:11:13,030 --> 00:11:16,930
And first of all, I committed because of all, I have also another field.

194
00:11:16,930 --> 00:11:18,940
I have another field as a profile picture.

195
00:11:19,180 --> 00:11:22,990
And then I just simply defined that our profile picture in particular, that area.

196
00:11:22,990 --> 00:11:24,610
So that is our profile picture.

197
00:11:24,610 --> 00:11:29,260
If you want to pass on the images into the request area, then you have to pass it with the profile

198
00:11:29,260 --> 00:11:31,270
picture in request and then files.

199
00:11:31,750 --> 00:11:35,520
OK, and then I just simply define our request for that file.

200
00:11:35,800 --> 00:11:37,930
That means that image is requested file.

201
00:11:37,930 --> 00:11:44,170
I simply pass that request and then I just save our this user information data that this user data,

202
00:11:44,170 --> 00:11:45,400
I just simply save it.

203
00:11:45,670 --> 00:11:51,910
And also here I define the condition that see in our user profile, as I told you before here I have

204
00:11:51,910 --> 00:11:56,650
defined on the condition as a model B as a cascade and cascade.

205
00:11:56,660 --> 00:12:03,250
So that means when this user will be deflected automatically, D related, this user related, all that

206
00:12:03,250 --> 00:12:07,870
Facebook, Eurail, and also that image that in the profile will be selected.

207
00:12:08,080 --> 00:12:08,440
Right.

208
00:12:08,590 --> 00:12:11,440
So for the resource here, friend, I have defined this part.

209
00:12:11,440 --> 00:12:14,440
That means here that is Iglauer all the user details.

210
00:12:14,440 --> 00:12:20,050
And also I define that this user to have the order feel to have one of that is a Facebook.

211
00:12:20,050 --> 00:12:21,850
You also here there is a Facebook.

212
00:12:21,850 --> 00:12:27,520
You also, for the reasons here, are defined with this user in for our this user, that means this

213
00:12:27,520 --> 00:12:28,060
user.

214
00:12:28,060 --> 00:12:33,520
So here I have defined that our user data user form that I can see just from that, I just take the

215
00:12:33,530 --> 00:12:34,840
things with the save data.

216
00:12:35,080 --> 00:12:41,980
So for the reasons here, I defined this user equal to our user and this user means in our model our

217
00:12:42,220 --> 00:12:42,670
user.

218
00:12:43,180 --> 00:12:46,600
OK, I hope it should be now very much clear to you.

219
00:12:46,600 --> 00:12:47,860
So that is user.

220
00:12:47,860 --> 00:12:51,040
That means our user that the form data, all that user.

221
00:12:51,040 --> 00:12:55,930
And here I committed it without this user model or this user.

222
00:12:55,940 --> 00:13:01,850
OK, so for the results were in this data, that means who in this our user will be elected, this user

223
00:13:01,850 --> 00:13:07,360
related, all that our Facebook users and also the profile image will be elected.

224
00:13:07,660 --> 00:13:10,480
And after that I want to do and to actually save it.

225
00:13:10,690 --> 00:13:13,780
So now I think every line is very much clear to you.

226
00:13:13,780 --> 00:13:15,790
So now you have to actually practice it.

227
00:13:15,790 --> 00:13:20,650
I think you already know about every line how that things exactly work so different before.

228
00:13:20,650 --> 00:13:24,730
First of all, when the sequences started, I just make that register as a false.

229
00:13:24,970 --> 00:13:27,790
So now we have to do we have to make the things as a true.

230
00:13:27,980 --> 00:13:32,980
OK, so here after this, after this, I just simply defined this to this chart.

231
00:13:33,010 --> 00:13:36,450
This disaster will be as a true I just name it as a true.

232
00:13:36,460 --> 00:13:37,780
So now it will be the true.

233
00:13:38,230 --> 00:13:40,750
And after that that is our another form step.

234
00:13:40,750 --> 00:13:41,440
And see this.

235
00:13:41,440 --> 00:13:46,570
If we didn't get any data, then it will be actually load our D forms of what results here we have to

236
00:13:46,570 --> 00:13:46,660
do.

237
00:13:46,660 --> 00:13:48,370
We have to define the LS condition.

238
00:13:48,970 --> 00:13:54,880
So here after this, after this in particular that area I define as ls.

239
00:13:56,680 --> 00:14:02,060
OK, I just simply defended the ILS Elseworlds will be lowered this part, that means they should be

240
00:14:02,060 --> 00:14:06,000
lowered our this user from data and that is our user form.

241
00:14:06,340 --> 00:14:08,380
So I is simply loaded on here.

242
00:14:08,710 --> 00:14:12,600
Let me see what else area it should be loaded better.

243
00:14:12,610 --> 00:14:14,730
I just simply defining it on here.

244
00:14:14,860 --> 00:14:19,270
OK, so that means ale's it shall be lowered our OMT form.

245
00:14:19,280 --> 00:14:20,820
So that is our data.

246
00:14:20,830 --> 00:14:23,800
And then this Gianetti into the dictionary area.

247
00:14:23,800 --> 00:14:26,980
I have to do I have to pass it seemed the dictionary area.

248
00:14:26,980 --> 00:14:31,720
I want to pass our user form then these are our user info form.

249
00:14:31,930 --> 00:14:35,040
And now also we have to pass our state through data.

250
00:14:35,050 --> 00:14:36,700
So that is actually not registered.

251
00:14:37,170 --> 00:14:38,820
So we have to now pass it.

252
00:14:39,430 --> 00:14:40,630
So here I am.

253
00:14:40,630 --> 00:14:45,260
After that I just simply pass our D registered data, say, to simply pass it.

254
00:14:46,030 --> 00:14:50,370
So now we have to do we have to add this registered in our register e-mail.

255
00:14:50,380 --> 00:14:51,120
That means here.

256
00:14:51,520 --> 00:14:57,190
So here after this, after this I want to do the final, not the if condition fast, because as I told

257
00:14:57,190 --> 00:15:02,350
you, we have to define who in this user will be registered then subject to our shores of the message.

258
00:15:02,650 --> 00:15:04,510
It shall be not displayed that form.

259
00:15:04,540 --> 00:15:08,480
OK, so here I define what the F condition if is registered.

260
00:15:08,500 --> 00:15:13,270
That means if that is true, then it shall be display one of the tape.

261
00:15:13,280 --> 00:15:15,400
So better after this.

262
00:15:15,400 --> 00:15:22,720
I just take one of the Dave and Dave Glass defined on the bootstrap class as a l'arc alert large.

263
00:15:22,750 --> 00:15:24,100
A large success.

264
00:15:26,370 --> 00:15:30,780
A lot of our success and here it should be shows on the message as a congratulation.

265
00:15:35,600 --> 00:15:38,180
Congratulation and registration.

266
00:15:40,490 --> 00:15:47,750
Registration's successfully, successfully done so this step up, one of the messages will be display

267
00:15:48,020 --> 00:15:52,260
and Ilze, so also after that, we have to do better.

268
00:15:52,280 --> 00:15:57,230
I just think that things on here, OK, and after this, it should be displayed that Ale's.

269
00:15:57,440 --> 00:15:58,820
So does somebody find that?

270
00:15:58,820 --> 00:16:06,600
Ls that the one percenters and the Ale's and Aless will be Lord this form.

271
00:16:06,930 --> 00:16:08,550
OK, will load this form.

272
00:16:08,570 --> 00:16:14,000
And also we have to do we have to finish our F condition suffered that form here.

273
00:16:14,000 --> 00:16:20,090
I just simply defined as and if ok I hope you can well understand about it.

274
00:16:20,100 --> 00:16:21,860
So here I define the live condition.

275
00:16:21,860 --> 00:16:26,460
If it's registered that means if this is true then it shall be displayed.

276
00:16:26,460 --> 00:16:31,140
Our D Dave ls it shall be display our form right now.

277
00:16:31,160 --> 00:16:32,110
That's all.

278
00:16:32,120 --> 00:16:33,600
That's all you have to do.

279
00:16:34,280 --> 00:16:35,450
So now let's check this out.

280
00:16:35,450 --> 00:16:38,510
If you get any other, we'll solve it so they have no idea about it.

281
00:16:38,510 --> 00:16:40,130
So now I just click as save all.

282
00:16:41,400 --> 00:16:44,170
Now I want to check it or server.

283
00:16:48,070 --> 00:16:54,160
Yeah, you can see they have no or it's not perfectly running, so now what do want to refresh our pace?

284
00:16:55,500 --> 00:17:03,030
And here is showing some of the error message as a viewer looking at views registered did not return,

285
00:17:03,040 --> 00:17:10,320
that its GDP response is still a response means that we defined some of the conditions like here.

286
00:17:11,220 --> 00:17:12,740
We defined that condition.

287
00:17:12,750 --> 00:17:17,340
That is actually if condition because we have to do we have to actually go outside from this.

288
00:17:17,340 --> 00:17:22,140
If conditions if you want to go outside from these conditions, you have to establish that things from

289
00:17:22,140 --> 00:17:22,510
here.

290
00:17:23,280 --> 00:17:30,050
So I just simply defining it and then also that we have to actually go outside from the safe condition,

291
00:17:30,060 --> 00:17:33,320
OK, and then that is our ills and then our dictionary.

292
00:17:33,390 --> 00:17:34,570
So now let's check this out.

293
00:17:34,590 --> 00:17:36,270
If you look at the table again.

294
00:17:37,830 --> 00:17:39,010
Check it again.

295
00:17:39,030 --> 00:17:44,840
Everything is running well now I just refresh it, yes, now it's not perfectly loaded.

296
00:17:44,850 --> 00:17:49,670
So because of all here, I actually am defining that or else into our air conditioned area.

297
00:17:49,980 --> 00:17:52,880
So I we have to do we have to go outside from today.

298
00:17:52,920 --> 00:17:55,320
If conditions go from here, you have to it.

299
00:17:55,350 --> 00:17:57,830
OK, so now let's check this out.

300
00:17:57,840 --> 00:18:03,540
Our instruments are perfectly working on not knowing what to do under the final, the name as crazy

301
00:18:03,990 --> 00:18:07,140
and define the password as a one, two, three, four or five.

302
00:18:07,500 --> 00:18:12,170
And then I define that email address as a Karzai at 8:00 a.m. dot com.

303
00:18:14,250 --> 00:18:16,220
And here you have to define the SCDP.

304
00:18:16,230 --> 00:18:21,070
So right now I'm using the desktops and then our Facebook dot com and the test.

305
00:18:21,090 --> 00:18:23,820
OK, so that will be our Facebook idea.

306
00:18:23,820 --> 00:18:25,330
And I just through some of the emails.

307
00:18:25,860 --> 00:18:30,180
So right now, for educational purposes, I'm actually using this email.

308
00:18:30,330 --> 00:18:31,410
I can open it.

309
00:18:31,860 --> 00:18:34,950
So that is actually the emails and now I'm looking at the register.

310
00:18:35,520 --> 00:18:36,540
Yes.

311
00:18:36,540 --> 00:18:42,810
Now see Friend Now is showing as a congratulation registration is successfully done.

312
00:18:43,080 --> 00:18:46,170
And also here I define this type of one of the condition.

313
00:18:46,170 --> 00:18:49,950
We know what this decision will be completed in our this form.

314
00:18:49,950 --> 00:18:50,880
Not very visible.

315
00:18:50,880 --> 00:18:51,210
Right.

316
00:18:51,420 --> 00:18:55,800
So far, the results here I have defined our LS condition is first of all here.

317
00:18:55,830 --> 00:18:57,210
Have help that as a register.

318
00:18:57,210 --> 00:19:02,490
If this is true, then our dispositional displayed here.

319
00:19:02,490 --> 00:19:08,670
I have passed that register in order to stereotypies in our status html into the registered e-mail here.

320
00:19:08,670 --> 00:19:11,580
You can define the F condition and the if condition.

321
00:19:11,580 --> 00:19:17,760
If this is true, then if we display our dispersion, that means this device for the reasons here you

322
00:19:17,760 --> 00:19:22,670
can see it's not showing our step, but ale's is shall we display our this form.

323
00:19:22,680 --> 00:19:23,030
Right.

324
00:19:23,030 --> 00:19:25,260
Right now we are successfully registered.

325
00:19:25,260 --> 00:19:28,080
That means our institution is successfully done.

326
00:19:28,230 --> 00:19:29,730
That means our register is true.

327
00:19:29,730 --> 00:19:33,000
For the reasons you can see, it's only showing this message or not.

328
00:19:33,150 --> 00:19:34,470
Our form is not visible.

329
00:19:34,590 --> 00:19:39,000
But if you go to that home and after that, if you click on the register, you can see or is there for

330
00:19:39,030 --> 00:19:40,160
me again loaded.

331
00:19:40,530 --> 00:19:41,640
So now let's check this out.

332
00:19:41,640 --> 00:19:44,060
Our everything is perfectly inserted or not.

333
00:19:44,070 --> 00:19:45,270
Now go to our database.

334
00:19:45,750 --> 00:19:46,920
So that is our user.

335
00:19:46,920 --> 00:19:48,060
No, just refresh it.

336
00:19:48,750 --> 00:19:49,590
Yes.

337
00:19:49,590 --> 00:19:52,050
Now we can defend now our user name.

338
00:19:52,050 --> 00:19:58,270
I have defined as Icaza that the email address is also visible if you open it so you can see directly

339
00:19:58,350 --> 00:19:59,130
username feel.

340
00:19:59,130 --> 00:20:00,330
I have defined as a Karzi.

341
00:20:00,330 --> 00:20:05,370
So that is our email address is also visible and also created one of the encrypted password.

342
00:20:05,370 --> 00:20:08,760
You can see the sort of really created on that encrypted password on here.

343
00:20:09,150 --> 00:20:15,660
And also you can see that is for the user only this portion that is the permission as active is selected.

344
00:20:15,990 --> 00:20:21,060
So this is or is not that super admin user for the reasons our tool of this field is not defining.

345
00:20:21,210 --> 00:20:26,970
OK, so you still successfully in getting all the data that means here is still perfectly getting it.

346
00:20:27,240 --> 00:20:31,950
And there is our last logging and the joining that everything is not perfectly visible.

347
00:20:31,950 --> 00:20:33,990
And also here I defined our image.

348
00:20:34,140 --> 00:20:35,310
So now let's check this out.

349
00:20:35,310 --> 00:20:41,220
If you go here and go to the profile, you can see into the profile the image that is this image.

350
00:20:41,280 --> 00:20:48,210
I have uploaded this no perfectly now display, OK, that means our image is also perfectly uploaded

351
00:20:48,210 --> 00:20:49,050
in our media.

352
00:20:49,050 --> 00:20:53,370
And the profile pieces that is actually on the folder here is not perfectly updated.

353
00:20:53,700 --> 00:20:58,530
So this profile image and also I have defined another field as our Facebook.

354
00:20:58,530 --> 00:20:59,460
You are also here.

355
00:20:59,460 --> 00:21:00,600
I have two of this.

356
00:21:00,600 --> 00:21:00,960
You know what?

357
00:21:00,990 --> 00:21:02,030
Another model, right.

358
00:21:02,340 --> 00:21:05,760
So here I have two of these in our user info.

359
00:21:05,760 --> 00:21:07,650
That means here I have defined to have this field.

360
00:21:08,070 --> 00:21:12,630
So if you go to our database that had been area, go to home.

361
00:21:12,630 --> 00:21:15,890
So that is our another our model as a user info.

362
00:21:15,900 --> 00:21:20,940
So now if you open that user info, you can see there is also created as a Karzi seem to discover the

363
00:21:20,940 --> 00:21:23,970
you can see that is actually our specific user is not visible.

364
00:21:24,090 --> 00:21:29,790
So that is our user name is visible, the Facebook I.D. So I have defined the Facebook idea as a B dot

365
00:21:29,790 --> 00:21:31,440
com, then slash test.

366
00:21:31,650 --> 00:21:34,050
And also you can see it's not showing our picture.

367
00:21:34,050 --> 00:21:36,420
So that is our profile into the profiles folder.

368
00:21:36,420 --> 00:21:37,350
That is our design.

369
00:21:37,350 --> 00:21:38,850
Eleven eleven PMG.

370
00:21:39,090 --> 00:21:39,480
Right.

371
00:21:39,720 --> 00:21:45,360
So far, the results you can see still perfectly save this data that this image data in particular that

372
00:21:45,360 --> 00:21:49,960
folder area, that means we successfully complete our decision process.

373
00:21:49,960 --> 00:21:54,390
So now if you want to create this one, I just need meet Azarian again.

374
00:21:55,320 --> 00:22:02,040
And I just put the password as a one, two, three, four, five, and Ardian at the Schimel dot com

375
00:22:04,050 --> 00:22:06,810
and I just put on the Facebook ID.

376
00:22:07,350 --> 00:22:11,250
So here I defined as a Facebook at Oriental's.

377
00:22:11,250 --> 00:22:18,330
Choose another email and I want to choose this one, OK, or this one because open there is a design.

378
00:22:18,360 --> 00:22:19,800
Ten click the register.

379
00:22:20,430 --> 00:22:22,590
Yeah, registration is successfully completed.

380
00:22:22,860 --> 00:22:24,480
So now go again and check it.

381
00:22:24,480 --> 00:22:26,970
You can see to the profile there is another picture is added.

382
00:22:27,090 --> 00:22:28,880
So that is our picture I have uploaded.

383
00:22:28,890 --> 00:22:33,120
It's perfectly uploaded and go to our admin into the admin.

384
00:22:33,120 --> 00:22:35,850
If you go here, go to the user info.

385
00:22:35,970 --> 00:22:37,320
You can see that the area.

386
00:22:37,970 --> 00:22:44,170
And that is our user is created as Arion, that is a Facebook, it is also perfectly added and they

387
00:22:44,180 --> 00:22:46,510
are profile image is also perfectly added.

388
00:22:46,520 --> 00:22:46,900
Right.

389
00:22:47,150 --> 00:22:52,340
And also, if you go to our user position and the user position here, you can see that advocacy and

390
00:22:52,340 --> 00:22:57,860
the email address I have defined result considering Gmail dot com and also into the service that, as

391
00:22:57,860 --> 00:23:00,740
you can see, the direct to the active for the superdad been.

392
00:23:00,740 --> 00:23:03,460
And these for two of these users, they have no permission.

393
00:23:03,470 --> 00:23:06,110
So you successfully create our reserve based.

394
00:23:06,110 --> 00:23:06,420
Right.

395
00:23:06,440 --> 00:23:12,680
So right now we successfully complete our database and from here we send our tool, this data that means

396
00:23:12,680 --> 00:23:16,850
one three of these 40 three of these field data is safe in our user table.

397
00:23:17,030 --> 00:23:20,560
And also these two data is safe in our user table.

398
00:23:21,230 --> 00:23:23,110
So we successfully did that work.

399
00:23:23,120 --> 00:23:24,990
I hope you can understand about it.

400
00:23:25,370 --> 00:23:28,540
So that is our form related, all that issue.

401
00:23:28,550 --> 00:23:30,950
So we successfully complete our station position.

402
00:23:31,250 --> 00:23:33,200
So can logging with this user.

403
00:23:33,200 --> 00:23:36,380
In our next video, I will show you that things with a live example.

404
00:23:36,740 --> 00:23:40,190
So thanks for watching and I will see you the next video.
